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

Fails to count LOC and files when passing multiple repos

Open add-n2x opened this issue 4 years ago • 1 comments

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

add-n2x avatar Oct 31 '21 14:10 add-n2x

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

casperdcl avatar Oct 31 '21 14:10 casperdcl