casperdcl/git-fame

How does it work? Do deleted lines count?

PhysicalElective2 opened this issue · 2 comments

How does it work? Do deleted lines count?

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.

do let me know if it's not clear enough :)