Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Aguilar authored and Junio C Hamano committed Nov 21, 2014
1 parent 1b6a534 commit c41d3fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-difftool--helper.sh
Expand Up @@ -94,3 +94,5 @@ else
shift 7
done
fi

exit 0

0 comments on commit c41d3fe

Please sign in to comment.