author | Junio C Hamano <gitster@pobox.com> | |
Wed, 24 Aug 2011 18:54:50 +0000 (11:54 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 26 Aug 2011 22:25:41 +0000 (15:25 -0700) | ||
commit | 1686519a0854ec09ee1cdd6db7f570ea4590dfce | |
tree | e5c6ef28043247204440b916a250819839c23f25 | tree | snapshot |
parent | ffaaed88aed2e9b7936a0c5b43c1b198db0dc2ab | commit | diff |
rebase -i: notice and warn if "exec $cmd" modifies the index or the working tree
If "exec $cmd" touched the index or the working tree, and exited with
non-zero status, the code did not check and warn that there now are
uncommitted changes.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
If "exec $cmd" touched the index or the working tree, and exited with
non-zero status, the code did not check and warn that there now are
uncommitted changes.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh | diff | blob | history |