author | Junio C Hamano <gitster@pobox.com> | |
Wed, 12 Mar 2008 05:13:44 +0000 (22:13 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 12 Mar 2008 05:13:44 +0000 (22:13 -0700) | ||
commit | b85997d14d1873a4baa3d04966cd5947e6134acd | |
tree | b21c76c4bc0d3fbb4221283334065216e17beff1 | tree | snapshot |
parent | b81a7b58875e07d7e82aafced1de9834ba1ef94a | commit | diff |
parent | 20a16eb33eee99fd3eab00c72f012b98d4eeee76 | commit | diff |
Merge branch 'lt/unpack-trees'
* lt/unpack-trees:
unpack_trees(): fix diff-index regression.
traverse_trees_recursive(): propagate merge errors up
unpack_trees(): minor memory leak fix in unused destination index
Make 'unpack_trees()' have a separate source and destination index
Make 'unpack_trees()' take the index to work on as an argument
Add 'const' where appropriate to index handling functions
Fix tree-walking compare_entry() in the presense of --prefix
Move 'unpack_trees()' over to 'traverse_trees()' interface
Make 'traverse_trees()' traverse conflicting DF entries in parallel
Add return value to 'traverse_tree()' callback
Make 'traverse_tree()' use linked structure rather than 'const char *base'
Add 'df_name_compare()' helper function
* lt/unpack-trees:
unpack_trees(): fix diff-index regression.
traverse_trees_recursive(): propagate merge errors up
unpack_trees(): minor memory leak fix in unused destination index
Make 'unpack_trees()' have a separate source and destination index
Make 'unpack_trees()' take the index to work on as an argument
Add 'const' where appropriate to index handling functions
Fix tree-walking compare_entry() in the presense of --prefix
Move 'unpack_trees()' over to 'traverse_trees()' interface
Make 'traverse_trees()' traverse conflicting DF entries in parallel
Add return value to 'traverse_tree()' callback
Make 'traverse_tree()' use linked structure rather than 'const char *base'
Add 'df_name_compare()' helper function
builtin-merge-recursive.c | diff1 | | diff2 | | blob | history |
cache.h | diff1 | | diff2 | | blob | history |