Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does NOT report all the repos in the current directory #15

Open
antofthy opened this issue Sep 8, 2023 · 3 comments
Open

Does NOT report all the repos in the current directory #15

antofthy opened this issue Sep 8, 2023 · 3 comments

Comments

@antofthy
Copy link

antofthy commented Sep 8, 2023

I have a directory with 154 repos in it.
git-summery only outputs around 55 of those repos (random set)
This is without arguments.
With arguments (like -q) it is hit or miss if it actually finds the repos that have differences.

Here for example I did two runs immediately after each other.
one run it finds the two repos that are out of sync, and in another it does not find them.

> git-summary -q

Repository                              Branch  State
======================================  ======  =====
Checked 154 repositories.
>

> git-summary -q

Repository                              Branch  State
======================================  ======  =====
./fsyslog                               master     v 
./vault                                 master     v 
Checked 154 repositories.
>

With -s (sort) all the repos does seem to be found successfully.
So it is likely something to do with the race condition you mentioned as part of this option.

@pk0dev
Copy link

pk0dev commented Aug 16, 2024

Hey @antofthy It worked for me. Could try again now? Or maybe clone the latest code.

@antofthy
Copy link
Author

antofthy commented Aug 16, 2024

git repositories in directory is now 171

git-summery no arguments... only lists 52 repositories

git-summery -q still a variable number of repositories

I have noticed that the 52 repos are unsorted, so perhaps the -q list is just the ones that appears in the 52 that appears for a specific run!

@pk0dev
Copy link

pk0dev commented Aug 16, 2024

I see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants