summaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorLibravatar Linus Torvalds <torvalds@linux-foundation.org>2007-10-25 11:17:55 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2007-10-26 23:18:05 -0700
commitcb1491b6bff20748532c9e50afc7f9d6896167a8 (patch)
treec6e82f0ba9253e4b35011c3b56b4d96deea7c28b /diff.c
parentAdd 'diffcore.h' to LIB_H (diff)
downloadtgif-cb1491b6bff20748532c9e50afc7f9d6896167a8.tar.xz
Split out "exact content match" phase of rename detection
This makes the exact content match a separate function of its own. Partly to cut down a bit on the size of the diffcore_rename() function (which is too complex as it is), and partly because there are smarter ways to do this than an O(m*n) loop over it all, and that function should be rewritten to take that into account. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions