Skip to content

Instantly share code, notes, and snippets.

@vituchon
Created April 25, 2024 16:22
Show Gist options
  • Save vituchon/27b8e033dcd7b57562afbbd2c2713d37 to your computer and use it in GitHub Desktop.
Save vituchon/27b8e033dcd7b57562afbbd2c2713d37 to your computer and use it in GitHub Desktop.
git-diff-wrapper.sh
#!/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