]> git.99rst.org Git - git.git/commit
merge-ort: provide a merge_get_conflicted_files() helper function
authorElijah Newren <redacted>
Sat, 18 Jun 2022 00:20:50 +0000 (00:20 +0000)
committerJunio C Hamano <redacted>
Wed, 22 Jun 2022 23:10:06 +0000 (16:10 -0700)
commitfae26ce79cad6d290e296e40f2d46eb783e91110
treebf5e449ec20ff735b92c615c81d5fc30145529c3
parenta1a7811975e4e3d872379ab03acab9506933de9c
merge-ort: provide a merge_get_conflicted_files() helper function

After a merge, this function allows the user to extract the same
information that would be printed by `ls-files -u`, which means
files with their mode, oid, and stage.

Signed-off-by: Elijah Newren <redacted>
Signed-off-by: Junio C Hamano <redacted>
merge-ort.c
merge-ort.h
git clone https://git.99rst.org/PROJECT