diff options
author | Elijah Newren <newren@gmail.com> | 2020-12-13 08:04:13 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-13 14:18:19 -0800 |
commit | d2bc1994f363ac2049da0cdd0b8a7bed61eeaab0 (patch) | |
tree | 62c3225db628425c2a0eb1c385d718ee0baf61ad /bisect.c | |
parent | merge-ort: add an err() function similar to one from merge-recursive (diff) | |
download | tgif-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 'bisect.c')
0 files changed, 0 insertions, 0 deletions