rebase -i: make post-rewrite work for 'edit'
commit0acb62f202617cc58b6b4039dc9c7ad955ef0c88
authorThomas Rast <trast@student.ethz.ch>
Sun, 28 Mar 2010 19:36:00 +0000 (28 21:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Mar 2010 04:34:40 +0000 (28 21:34 -0700)
tree001e9c710a3c7a4d340f45024665b962b8696814
parentfaf752693abd0a891a9a47a2d398353cc59ee93a
rebase -i: make post-rewrite work for 'edit'

The post-rewrite support, in the form of the call to
'record_in_rewritten', was hidden in the arm where we have to record a
new commit for the user.  This meant that it was never invoked in the
case where the user has already amended the commit by herself.

[The test is designed to exercise both arms of the 'if' in question.]

Furthermore, recording the stopped-sha (the SHA1 of the commit before
the editing) suffered from a cut&paste error from die_with_patch and
used the wrong variable, hence it never recorded anything.

Noticed by Junio.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh
t/t5407-post-rewrite-hook.sh