]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/rebase-skip-final-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Sep 2021 20:49:28 +0000 (13:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Sep 2021 20:49:28 +0000 (13:49 -0700)
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

1  2 
sequencer.c

diff --cc sequencer.c
Simple merge