Open DavidDTA opened 1 year ago
Fixes #40
If an image file differs, but its exif information is unchanged, git diff produces no output.
git diff
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
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: