git-merge: tighten error checking.
commit51901e96bf592877f7b266d0d9c6cb83b363edce
authorJunio C Hamano <junkio@cox.net>
Mon, 27 Nov 2006 06:16:31 +0000 (26 22:16 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Nov 2006 06:16:31 +0000 (26 22:16 -0800)
treec10a65d4e93bbb26882a9a22b5a25404100cbc47
parent8092c7f6af044836abf83ed26d542327a4b95c08
git-merge: tighten error checking.

If a branch name to be merged is misspelled, the command leaked error
messages from underlying plumbing commands, which were helpful only
to people who know how the command are implemented to diagnose the
breakage, but simply puzzling and unhelpful for the end users.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-merge.sh