Catch and handle git-commit failures in git-rebase --interactive
commitdbedf9729bd349c7667630d50728214ed531f74d
authorShawn O. Pearce <spearce@spearce.org>
Wed, 19 Dec 2007 06:45:00 +0000 (19 01:45 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Dec 2007 01:17:27 +0000 (19 17:17 -0800)
tree8c7dab7fb97e751d1e9153f796af84cbb233b678
parentc5b09feb786f6a2456ec3d8203d0f4d67f09f043
Catch and handle git-commit failures in git-rebase --interactive

If git-commit fails for any reason then git-rebase needs to stop
and not plow through the rest of the series.  Its unlikely that
a future git-commit will succeed if the current attempt failed.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh