Skip to content

Commit

Permalink
git-diff-external-hldiff: Prefix filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNanasy committed Aug 28, 2012
1 parent b645f60 commit 79a65d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-diff-external-hldiff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

printf '%s\n' "$1"
printf 'File: %s\n' "$1"

if [ "$4" = . ]
then printf 'Mode: %s\n' "$7"
Expand Down

0 comments on commit 79a65d4

Please sign in to comment.