Ensure `git-pull` fails if `git-merge` fails.
commitbf699582fd7be26f7809858941fa831380e5bce7
authorShawn O. Pearce <spearce@spearce.org>
Thu, 28 Dec 2006 07:35:01 +0000 (28 02:35 -0500)
committerJunio C Hamano <junkio@cox.net>
Thu, 28 Dec 2006 09:07:37 +0000 (28 01:07 -0800)
tree3a2228b8f45b0e2e05f0bedabee839a6dacf8874
parent0bb733c91cb472a1a5b62381ff4037c6fb124e38
Ensure `git-pull` fails if `git-merge` fails.

If git-merge exits with a non-zero exit status so should git-pull.
This way the caller of git-pull knows the task did not complete
successfully simply by checking the process exit status.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-pull.sh