rebase: check for errors from git-commit
commitf0ef05967f3b261fb16f5fdea6dd104c9bdb4c8c
authorEric Wong <normalperson@yhbt.net>
Wed, 28 Jun 2006 10:24:23 +0000 (28 03:24 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 28 Jun 2006 10:54:31 +0000 (28 03:54 -0700)
treedcf737224f8f11991e8dd0b75170dde06188e4e7
parentc5f448b0f2dcba3b14cd8fcae7414def4d3f4e45
rebase: check for errors from git-commit

commit does not always succeed, so we'll have to check for
it in the absence of set -e.  This fixes a regression
introduced in 9e4bc7dd1bb9d92491c475cec55147fa0b3f954d

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-rebase.sh