casperdcl / git-fame

:star: Pretty-print `git` repository collaborators sorted by contributions
Other
619 stars 34 forks source link

Recursing stats blocked #74

Open polargeex opened 2 years ago

polargeex commented 2 years ago

Hello

I try to create report of all my repositories but with -R one repository block on DEBUG:gitfame._get_auth_stats:358:{... my command with folder containing lots of repository python3 -m gitfame --cost hour,month --loc ins --format csv --incl '\.[cht][puh]{0,2}$' --log NOTSET -eR ./folder/*

If i run it of repo blocked it works with command python3 -m gitfame --cost hour,month --loc ins --format csv --incl '\.[cht][puh]{0,2}$' --log NOTSET -eR ./folder/repo13.git/

How i can obtain more logs or what I can do to understand the problem?

Regards

casperdcl commented 2 years ago

If you Ctrl+C while it's hanging you may be able to find the file(s) the underlying git-blame command is taking a long time on.

polargeex commented 2 years ago

Sorry may be I' was not so clear the command with -R stuck on this repository ./folder/repo13.git

But without recursive this repository works