]> git.ipfire.org Git - thirdparty/git.git/commit
merge-ort: upon merge abort, only show messages causing the abort
authorElijah Newren <newren@gmail.com>
Wed, 19 Jun 2024 03:00:18 +0000 (03:00 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2024 17:35:25 +0000 (10:35 -0700)
commit14949d91b60176fa01850c2a3454cd72eb9bc5d6
tree90c549b7ebdc336896b767b27e596f0bc466ec9c
parentc55c3f20b1eec1bb4b23f51488cc5f3ac224bc64
merge-ort: upon merge abort, only show messages causing the abort

When something goes wrong enough that we need to abort early and not
even attempt merging the remaining files, it probably does not make
sense to report conflicts messages for the subset of files we processed
before hitting the fatal error.  Instead, only show the messages
associated with paths where we hit the fatal error.  Also, print these
messages to stderr rather than stdout.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-ort.c