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 <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 1b6a534 commit c41d3fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)