mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
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>
This commit is contained in:
parent
1b6a53431c
commit
c41d3fedd8
1 changed files with 2 additions and 0 deletions
|
@ -94,3 +94,5 @@ else
|
|||
shift 7
|
||||
done
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue