]> git.ipfire.org Git - thirdparty/git.git/commit - log-tree.c
show, log: include conflict/warning messages in --remerge-diff headers
authorElijah Newren <newren@gmail.com>
Wed, 2 Feb 2022 02:37:35 +0000 (02:37 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Feb 2022 18:02:28 +0000 (10:02 -0800)
commit20323d104ec389505e83b9376c8ecab94e852fb8
tree2a2190c34b5ab8a20a19465e4654c95ebc0a3cd0
parent95433eeed9eac439eb21eb30105354b15e71302e
show, log: include conflict/warning messages in --remerge-diff headers

Conflicts such as modify/delete, rename/rename, or file/directory are
not representable via content conflict markers, and the normal output
messages notifying users about these were dropped with --remerge-diff.
While we don't want these messages randomly shown before the commit
and diff headers, we do want them to still be shown; include them as
part of the diff headers instead.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c
merge-ort.c
merge-ort.h
t/t4069-remerge-diff.sh