diff options
author | 2022-02-02 02:37:32 +0000 | |
---|---|---|
committer | 2022-02-02 10:02:27 -0800 | |
commit | a28d094ac276da2f6dd8132355baaedf685342ef (patch) | |
tree | d0f4885e9681ca1571fb077d157efbdc97154654 /t/lib-cvs.sh | |
parent | merge-ort: capture and print ll-merge warnings in our preferred fashion (diff) | |
download | tgif-a28d094ac276da2f6dd8132355baaedf685342ef.tar.xz |
merge-ort: mark a few more conflict messages as omittable
path_msg() has the ability to mark messages as omittable, designed for
remerge-diff where we'll instead be showing conflict messages as diff
headers for a subsequent diff. While all these messages are very useful
when trying to create a merge initially, early use with the
--remerge-diff feature (the only user of this omittable conflict message
capability), suggests that the particular messages marked in this commit
are just noise when trying to see what changes users made to create a
merge commit. Mark them as omittable.
Note that there were already a few messages marked as omittable in
merge-ort when doing a remerge-diff, because the development of
--remerge-diff preceded the upstreaming of merge-ort and I was trying to
ensure merge-ort could handle all the necessary requirements. See
commit c5a6f65527 ("merge-ort: add modify/delete handling and delayed
output processing", 2020-12-03) for the initial details. For some
examples of already-marked-as-omittable messages, see either
"Auto-merging <path>" or some of the submodule update hints. This
commit just adds two more messages that should also be omittable.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-cvs.sh')
0 files changed, 0 insertions, 0 deletions