Merge branch 'pw/rebase-skip-final-fix' into maint
commit8b02ffee3f802989eb74180a907e1d60cfe4a549
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:39 +0000 (12 13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:39 +0000 (12 13:51 -0700)
treeef29d56b0dee6afb8ac73b8624fbdd8f2b17312c
parentff09581e12ff55b3bb6a8cc227e606f8a858a47a
parente5ee33e8551fa934862b8cbe50693f4841e7dace
Merge branch 'pw/rebase-skip-final-fix' into maint

Checking out all the paths from HEAD during the last conflicted
step in "git rebase" and continuing would cause the step to be
skipped (which is expected), but leaves MERGE_MSG file behind in
$GIT_DIR and confuses the next "git commit", which has been
corrected.

* pw/rebase-skip-final-fix:
  rebase --continue: remove .git/MERGE_MSG
  rebase --apply: restore some tests
  t3403: fix commit authorship
sequencer.c