rebase -i: notice and warn if "exec $cmd" modifies the index or the working tree
commit1686519a0854ec09ee1cdd6db7f570ea4590dfce
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Aug 2011 18:54:50 +0000 (24 11:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Aug 2011 22:25:41 +0000 (26 15:25 -0700)
treee5c6ef28043247204440b916a250819839c23f25
parentffaaed88aed2e9b7936a0c5b43c1b198db0dc2ab
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>
git-rebase--interactive.sh