commit | b079feed64238558fa24ba8ade892d84628a05ac | [log] [tgz] |
---|---|---|
author | Thomas Rast <trast@student.ethz.ch> | Fri Mar 12 18:04:30 2010 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Mar 12 21:55:39 2010 -0800 |
tree | b9c518a1135141e6594fc68eed77db22b51805a8 | |
parent | 96e19488f1e8f3964f5f329248852864b4ee4541 [diff] |
rebase -i: invoke post-rewrite hook Aside from the same issue that rebase also has (remembering the original commit across a conflict resolution), rebase -i brings an extra twist: We need to defer writing the rewritten list in the case of {squash,fixup} because their rewritten result should be the last commit in the squashed group. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>