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

Recursing stats blocked #74

Open
polargeex opened this issue Mar 10, 2022 · 2 comments
Open

Recursing stats blocked #74

polargeex opened this issue Mar 10, 2022 · 2 comments
Assignees
Labels

Comments

@polargeex
Copy link

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
Copy link
Owner

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 casperdcl self-assigned this Mar 21, 2022
@polargeex
Copy link
Author

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

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

No branches or pull requests

2 participants