Pass commits/objects to git rather than icdiff by augmentedfourth · Pull Request #140 · jeffkaufman/icdiff

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass commits/objects to git rather than icdiff #140

@augmentedfourth

Verified

This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.

Currently you're passing the git diff objects (like master...develop or whatever) to the icdiff executable. These should be passed to and interpreted by `git difftool`.

@jeffkaufman

@dbfin dbfin mentioned this pull request

Mar 21, 2019