author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 19 Dec 2007 06:45:00 +0000 (01:45 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 20 Dec 2007 01:17:27 +0000 (17:17 -0800) | ||
commit | dbedf9729bd349c7667630d50728214ed531f74d | |
tree | 8c7dab7fb97e751d1e9153f796af84cbb233b678 | tree | snapshot |
parent | c5b09feb786f6a2456ec3d8203d0f4d67f09f043 | commit | diff |
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>
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 | diff | blob | history |