Created
April 25, 2024 16:22
-
-
Save vituchon/27b8e033dcd7b57562afbbd2c2713d37 to your computer and use it in GitHub Desktop.
git-diff-wrapper.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# diff is called by git with 7 parameters: | |
# path old-file old-hex old-mode new-file new-hex new-mode | |
kdiff3 "$2" "$5" | cat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment