Merge branch 'lt/unpack-trees'
commitb85997d14d1873a4baa3d04966cd5947e6134acd
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Mar 2008 05:13:44 +0000 (11 22:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Mar 2008 05:13:44 +0000 (11 22:13 -0700)
treeb21c76c4bc0d3fbb4221283334065216e17beff1
parentb81a7b58875e07d7e82aafced1de9834ba1ef94a
parent20a16eb33eee99fd3eab00c72f012b98d4eeee76
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
builtin-merge-recursive.c
cache.h