git-fame-rb
git-fame-rb copied to clipboard
Wrong data in by type
I ran
git fame --branch=develop --by-type
The numbers of all different file types are not adding up to the total loc , and the data seems to be wrong.
I am not sure if I remember it correctly but it used to work fine in some previous version
Hi!
That's the number of files, not loc. So you would have 21 java files for the first user and 2485 for the second one.
You're right. The original intent was (after verifying the old code) to count the number of lines per file type, not the number of files. Thanks for your bug report.