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

Fails to count LOC and files when passing multiple repos #64

Open
davidtrattnig opened this issue Oct 31, 2021 · 1 comment
Open

Fails to count LOC and files when passing multiple repos #64

davidtrattnig opened this issue Oct 31, 2021 · 1 comment
Labels

Comments

@davidtrattnig
Copy link

As soon I pass multiple repos, only the commit count is calculated. Lines of code and files are zero.

git fame ./repo_a ./repo_b
./repo_a: 100%|################################################################################################################################################################################| 63/63 [00:00<00:00, 434.77file/s]
./repo_b: 100%|###########################################################################################################################################################################| 63/63 [00:00<00:00, 435.13file/s]
Repos: 100%|######################################################################################################################################################################################| 2/2 [00:00<00:00, 12.81repo/s]
Total commits: 1238
Total ctimes: 0
Total files: 0
Total loc: 0
@casperdcl casperdcl added the bug label Oct 31, 2021
@casperdcl
Copy link
Owner

ah interesting. It works with --loc=ins,del but not the default --loc=surv.

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