My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b6a534
)
difftool--helper: add explicit exit statement
author
David Aguilar
<davvid@gmail.com>
Fri, 21 Nov 2014 01:20:28 +0000
(17:20 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 21 Nov 2014 19:27:53 +0000
(11:27 -0800)
git-difftool--helper returns a zero exit status unless
--trust-exit-code is in effect. Add an explicit exit statement
to make this clearer.
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-difftool--helper.sh
patch
|
blob
|
history
diff --git
a/git-difftool--helper.sh
b/git-difftool--helper.sh
index
d4fb6df
..
2b11b1d
100755
(executable)
--- a/
git-difftool--helper.sh
+++ b/
git-difftool--helper.sh
@@
-94,3
+94,5
@@
else
shift 7
done
fi
+
+exit 0