summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-06-04 06:05:57 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-05 21:14:58 (GMT)
commitf78c79c5d4486f47dcd69ea7fef93e84051d4496 (patch)
treef14b7a4fb10b95ff4c0d6c7aecb6f05c6b72f8aa /Makefile
parent49d9e85d1103fe1d0fcb73956643b93acc5c1f4f (diff)
downloadgit-f78c79c5d4486f47dcd69ea7fef93e84051d4496.zip
git-f78c79c5d4486f47dcd69ea7fef93e84051d4496.tar.gz
git-f78c79c5d4486f47dcd69ea7fef93e84051d4496.tar.bz2
[PATCH] diffcore-break.c: various fixes.
This fixes three bugs in the -B heuristics. - Although it was advertised that the initial break criteria used was the same as what diffcore-rename uses, it was using something different. Instead of using smaller of src and dst size to compare with "edit" size, (insertion and deletion), it was using larger of src and dst, unlike the rename/copy detection logic. This caused the parameter to -B to mean something different from the one to -M and -C. To compensate for this change, the default break score is also changed to match that of the default for rename/copy. - The code would have crashed with division by zero when trying to break an originally empty file. - Contrary to what the comment said, the algorithm was breaking small files, only to later merge them together. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions