ruby-git_diff_parser
ruby-git_diff_parser copied to clipboard
Removed lines?
Hi, wondering why removed lines are not being tracked :) @sanemat
Same question as Steve - is this intentional?
Was looking for this feature too, here is a quick implementation #156
Implementation for line numbers seems to be broken, it only increments lines in the patch if a line is deleted. I believe it should actually be counting all not deleted lines. Will work on a bug fix.
#183 is a fix