How does it work? Do deleted lines count?
PhysicalElective2 opened this issue · 2 comments
PhysicalElective2 commented
How does it work? Do deleted lines count?
casperdcl commented
The default as per https://github.com/casperdcl/git-fame#documentation is --loc=surv
so only counts current lines. To include all insertions and deletions you could use --loc=ins,del
.
casperdcl commented
do let me know if it's not clear enough :)