Skip to content

Commit

Permalink
git-diff-wrapper.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bavovna committed Apr 30, 2011
1 parent 0097ede commit 0dd1de9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions git-diff-wrapper.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

# diff is called by git with 7 parameters:
# path old-file old-hex old-mode new-file new-hex new-mode

diffmerge "$2" "$5" | cat

0 comments on commit 0dd1de9

Please sign in to comment.