]> git.ipfire.org Git - thirdparty/git.git/commit - combine-diff.c
combined-diff: use diffcore before intersecting paths.
authorJunio C Hamano <junkio@cox.net>
Thu, 9 Feb 2006 22:35:19 +0000 (14:35 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 9 Feb 2006 22:35:19 +0000 (14:35 -0800)
commit5b23683251801381a17b5c3e82940c268821681c
tree111f020b87fe443f5bc815df4971d5577e2c18a0
parentee63802422af14e43eccce3c6dc4150a27ceb1a3
combined-diff: use diffcore before intersecting paths.

This is needed to make "diff-tree -c -M" to work semi-sensibly.
Otherwise rename detection, pickaxe and friends would never be
invoked.

Signed-off-by: Junio C Hamano <junkio@cox.net>
combine-diff.c