johnno1962 / GitDiff

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

Works for new edits but not for all changes #22

Closed lancep closed 9 years ago

lancep commented 9 years ago

I'm seeing highlights for new edits but I'm not seeing them for changes that aren't necessarily made by manually editing the source file (e.g. doing a git reset --soft HEAD^). This would be very useful I think and it offers a more complete picture of the uncommitted changes in a file.

Thanks for the awesome plugin!

johnno1962 commented 9 years ago

There is a refresh for when the file has changed on disk of 30 seconds. You should see your changes after that if they are not staged.

lancep commented 9 years ago

Ah so the key is for the changes to not be staged.

Thanks!