summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorLibravatar Elijah Newren <newren@gmail.com>2020-12-13 08:04:13 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-12-13 14:18:19 -0800
commitd2bc1994f363ac2049da0cdd0b8a7bed61eeaab0 (patch)
tree62c3225db628425c2a0eb1c385d718ee0baf61ad /perl
parentmerge-ort: add an err() function similar to one from merge-recursive (diff)
downloadtgif-d2bc1994f363ac2049da0cdd0b8a7bed61eeaab0.tar.xz
merge-ort: implement a very basic collect_merge_info()
This does not actually collect any necessary info other than the pathnames involved, since it just allocates an all-zero conflict_info and stuffs that into paths. However, it invokes the traverse_trees() machinery to walk over all the paths and sets up the basic infrastructure we need. I have left out a few obvious optimizations to try to make this patch as short and obvious as possible. A subsequent patch will add some of those back in with some more useful data fields before we introduce a patch that actually sets up the conflict_info fields. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl')
0 files changed, 0 insertions, 0 deletions