Closed jluttine closed 6 years ago
With --no-index, git diff compares two files. Otherwise, it would compare the working directory states of those files to their states in the index.
This should fix #74.
Anyway, please check that this makes sense. I'm not 100% certain I did the right thing.
Also, if this fix works, could you make a new release with this?
Thanks, will update the Travis config to use trusty, which should fix the CI as well.
With --no-index, git diff compares two files. Otherwise, it would compare the working directory states of those files to their states in the index.
This should fix #74.
Anyway, please check that this makes sense. I'm not 100% certain I did the right thing.