diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2018-08-31 16:45:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-04 08:59:33 -0700 |
commit | 10d2f35436fb350c42bdb8396aee424a9bce44b5 (patch) | |
tree | 49b7fe2d5b85fe388a0689627e519329c68191c6 /t/t9601 | |
parent | rebase -i --autosquash: demonstrate a problem skipping the last squash (diff) | |
download | tgif-10d2f35436fb350c42bdb8396aee424a9bce44b5.tar.xz |
rebase -i: be careful to wrap up fixup/squash chains
When an interactive rebase was stopped at the end of a fixup/squash
chain, the user might have edited the commit manually before continuing
(with either `git rebase --skip` or `git rebase --continue`, it does not
really matter which).
We need to be very careful to wrap up the fixup/squash chain also in
this scenario: otherwise the next fixup/squash chain would try to pick
up where the previous one was left.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 't/t9601')
0 files changed, 0 insertions, 0 deletions