OSDN Git Service

Merge branch 'ks/combine-diff'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2014 23:06:26 +0000 (15:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2014 23:06:26 +0000 (15:06 -0800)
Teach combine-diff to honour the path-output-order imposed by
diffcore-order, and optimize how matching paths are found in
the N-way diffs made with parents.

* ks/combine-diff:
  tests: add checking that combine-diff emits only correct paths
  combine-diff: simplify intersect_paths() further
  combine-diff: combine_diff_path.len is not needed anymore
  combine-diff: optimize combine_diff_path sets intersection
  diff test: add tests for combine-diff with orderfile
  diffcore-order: export generic ordering interface

1  2 
diff-lib.c
diffcore.h

diff --cc diff-lib.c
Simple merge
diff --cc diffcore.h
Simple merge