casperdcl/git-fame

Recursing stats blocked

polargeex opened this issue · 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

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.

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