]> git.ipfire.org Git - thirdparty/git.git/commit
merge-tree: provide easy access to `ls-files -u` style info
authorElijah Newren <newren@gmail.com>
Sat, 18 Jun 2022 00:20:53 +0000 (00:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jun 2022 23:10:06 +0000 (16:10 -0700)
commitb520bc6caa35e621396dd69ae4d84314615cf7ac
treeaf3e9a8de28d77b9a9118e1ad7d05fd3892b0084
parent7fa3338870d66dd3946c5c3a0bd09dadb798893d
merge-tree: provide easy access to `ls-files -u` style info

Much like `git merge` updates the index with information of the form
    (mode, oid, stage, name)
provide this output for conflicted files for merge-tree as well.
Provide a --name-only option for users to exclude the mode, oid, and
stage and only get the list of conflicted filenames.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-merge-tree.txt
builtin/merge-tree.c
t/t4301-merge-tree-write-tree.sh