git-fame
git-fame copied to clipboard
Fails to count LOC and files when passing multiple repos
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
ah interesting. It works with --loc=ins,del but not the default --loc=surv.