alexcorre / git-blame

Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.
MIT License
98 stars 58 forks source link

Doesn't support renames/copys with -C -C -C…? #196

Open hedefalk opened 7 years ago

hedefalk commented 7 years ago

I just tried to find a commit for a row on a moved file (actually copied but never mind) and just got the refactor commit and not the one I was looking for. I therefor went in and added "-C -C -C" and then I got what I wanted.

Maybe should be some quicker command for this, but could we just add a extra cli args setting?