]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dl/merge-cleanup-scissors-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2019 15:37:24 +0000 (00:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2019 15:37:24 +0000 (00:37 +0900)
commitb877cb4a7ec2fafd03b6a3a70c26370744a32c1b
tree841a4389aea1aef57d9278bec5f966de5bb1ef7e
parentf757794d9dbd1152c0a557d3a07617ac2fa5bc09
parent1a2b985fb375e7ce14932bfc59365024af2fb6ab
Merge branch 'dl/merge-cleanup-scissors-fix'

The list of conflicted paths shown in the editor while concluding a
conflicted merge was shown above the scissors line when the
clean-up mode is set to "scissors", even though it was commented
out just like the list of updated paths and other information to
help the user explain the merge better.

* dl/merge-cleanup-scissors-fix:
  cherry-pick/revert: add scissors line on merge conflict
  sequencer.c: save and restore cleanup mode
  merge: add scissors line on merge conflict
  merge: cleanup messages like commit
  parse-options.h: extract common --cleanup option
  commit: extract cleanup_mode functions to sequencer
  t7502: clean up style
  t7604: clean up style
  t3507: clean up style
  t7600: clean up style
builtin/commit.c
builtin/pull.c
builtin/tag.c
parse-options.h
sequencer.c
sequencer.h
t/t3507-cherry-pick-conflict.sh