git-diff-image icon indicating copy to clipboard operation
git-diff-image copied to clipboard

Show binary diff if exif has no diff

Open DavidDTA opened this issue 2 years ago • 0 comments

Fixes #40

Before this change

If an image file differs, but its exif information is unchanged, git diff produces no output.

After this change

If an image file differs, but its exif information is unchanged, git diff produces the following output:

Binary files a/path/to/image.png and b/path/to/image.png differ

DavidDTA avatar Sep 19 '23 19:09 DavidDTA