summaryrefslogtreecommitdiff
path: root/revision.c
diff options
context:
space:
mode:
authorLibravatar Elijah Newren <newren@gmail.com>2010-09-20 02:28:53 -0600
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-09-29 17:32:38 -0700
commit25c3936349ba052f0c7e9ba3ce138b89abcae6ee (patch)
treecad69035537f824eaa339ad86478fde14986e27c /revision.c
parentmerge-recursive: Move process_entry's content merging into a function (diff)
downloadtgif-25c3936349ba052f0c7e9ba3ce138b89abcae6ee.tar.xz
merge-recursive: New data structures for deferring of D/F conflicts
Since we need to resolve paths (including renames) in-core first and defer checking of D/F conflicts (namely waiting to see if directories are still in the way after all paths are resolved) before updating files involved in D/F conflicts, we will need to first process_renames, then record some information about the rename needed at D/F resolution time, and then make use of that information when resolving D/F conflicts at the end. This commit adds some relevant data structures for storing the necessary information. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'revision.c')
0 files changed, 0 insertions, 0 deletions