From c41d3fedd8a5dec2c2c991822b70b91c50ca047e Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Thu, 20 Nov 2014 17:20:28 -0800 Subject: difftool--helper: add explicit exit statement 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 Signed-off-by: Junio C Hamano diff --git a/git-difftool--helper.sh b/git-difftool--helper.sh index d4fb6df..2b11b1d 100755 --- a/git-difftool--helper.sh +++ b/git-difftool--helper.sh @@ -94,3 +94,5 @@ else shift 7 done fi + +exit 0 -- cgit v0.10.2-6-g49f6