[PATCH] diff: consolidate various calls into diffcore.
authorJunio C Hamano <junkio@cox.net>
Sun, 29 May 2005 23:56:13 +0000 (16:56 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 30 May 2005 17:35:49 +0000 (10:35 -0700)
commitbefe86392c767b62e4a6498cf951faae6f2c5ea3
tree773e4f15fd5652983309b27c5f22dd29899cb749
parentddafa7e93325d45cd4bd950dd8e89ff3188d0250
[PATCH] diff: consolidate various calls into diffcore.

The three diff-* brothers had a sequence of calls into diffcore
that were almost identical.  Introduce a new diffcore_std()
function that takes all the necessary arguments to consolidate
it.  This will make later enhancements and changing the order of
diffcore application simpler.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff-cache.c
diff-files.c
diff-tree.c
diff.c
diff.h