Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
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
raw
|
patch
| inline |
side by side
(parent:
1b6a534
)
diff --git
a/git-difftool--helper.sh
b/git-difftool--helper.sh
index d4fb6dfe138fffd4d000c7d5aeb7787bea9970f4..2b11b1d6fe33cf3f61dd35b8f48d6953f7a25bff 100755
(executable)
--- a/
git-difftool--helper.sh
+++ b/
git-difftool--helper.sh
@@
-94,3
+94,5
@@
else
shift 7
done
fi
+
+exit 0