Skip to content

Commit c41d3fe

Browse files
davvidgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1b6a534 commit c41d3fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-difftool--helper.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,5 @@ else
9494
shift 7
9595
done
9696
fi
97+
98+
exit 0

0 commit comments

Comments
 (0)