Merge branch 'pw/rebase-skip-final-fix'
commit0ba5a0b3ba34270b2b57b75f4cce8454a7cc5eeb
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Sep 2021 20:49:28 +0000 (3 13:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Sep 2021 20:49:28 +0000 (3 13:49 -0700)
treeaa213172c369a9f33f1db08a13128564d19b791e
parent2ad8d496355a9eabdcd1f09a23e34e19afdff33d
parente5ee33e8551fa934862b8cbe50693f4841e7dace
Merge branch 'pw/rebase-skip-final-fix'

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