git-fame icon indicating copy to clipboard operation
git-fame copied to clipboard

Recursing stats blocked

Open polargeex opened this issue 3 years ago • 2 comments

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

polargeex avatar Mar 10 '22 08:03 polargeex

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.

casperdcl avatar Mar 21 '22 01:03 casperdcl

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

polargeex avatar Mar 27 '22 16:03 polargeex