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:

committed by
Junio C Hamano

parent
1b6a53431c
commit
c41d3fedd8
@ -94,3 +94,5 @@ else
|
|||||||
shift 7
|
shift 7
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
Reference in New Issue
Block a user