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

An extension to 'git diff' that provides support for diffing images.

Results 19 git-diff-image issues
Sort by recently updated
recently updated
newest added

This isn't working for me. I'd like to at least verify that diff images are being created.

question

This plugin is great, but it would be extra great if it could show the diff inline in iTerm2 (perhaps as an option with a flag or a config setting)....

enhancement
help wanted

``` $> git diff /Volumes . . Data/Users/user_dir/GitHub/git-diff-image/git_diff_image: /Volumes: is a directory /Volumes . . Data/Users/user_dir/GitHub/git-diff-image/git_diff_image: line 1: .: filename argument required .: usage: . filename [arguments] fatal: external diff...

bug
help wanted
good first issue

For Mac users, it would be cool if there was a homebrew recipe for installations

help wanted
good first issue

Is this diff tool designed to work *only* when specifically running `git diff`, or everywhere git diffs are displayed, such as in `git log` and `git show`? I have only...

Context I've toolchain that regenerates images held in git (uses Selenium to capture as png from a page of a webapp on localhost. Dates change every time, which I want...

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...

This was confusing to me since I was seeing a different number of files in `git status` than in `git diff`. I'm proposing having the output be the default "Binary...

Would you accept a PR (or separate PRs) for `diff-image` that: 1. adds an exact mode that only considers the image data the same if they are exactly the same....