johnno1962 / GitDiff

Highlights deltas against git repo in Xcode
MIT License
891 stars 54 forks source link

Add support for diffing against HEAD (vs index) #64

Closed grigorye closed 7 years ago

grigorye commented 7 years ago

It would be handy to be able to diff against HEAD, even when there's some stuff in index. Like in git diff HEAD <file>. If we could toggle it with a menu item/keyboard shortcut, that would be great.

johnno1962 commented 7 years ago

It’s late in the day for new functionality and I don’t want to break things just now. If you want to file a PR I could review it.