author | Junio C Hamano <junkio@cox.net> | |
Sun, 5 Nov 2006 00:39:03 +0000 (16:39 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 5 Nov 2006 00:39:03 +0000 (16:39 -0800) | ||
commit | 334947843cbd50895f1dc58d8bd2f217e1f1ef77 | |
tree | 53632174a2f7bfed93361dc0fd6a9320e5c4dcd4 | tree | snapshot |
parent | 650e2f6752ad29b0cba394535d3b098cf4bb102b | commit | diff |
git-pickaxe: re-scan the blob after making progress with -C
The reason to do this is the same as in the previous change for
line copy detection within the same file (-M).
Also this fixes -C and -C -C (aka find-copies-harder) logic; in
this application we are not interested in the similarity
matching diffcore-rename makes, because we are only interested
in scanning files that were modified, or in the case of -C -C,
scanning all files in the parent and we want to do that
ourselves.
Signed-off-by: Junio C Hamano <junkio@cox.net>
The reason to do this is the same as in the previous change for
line copy detection within the same file (-M).
Also this fixes -C and -C -C (aka find-copies-harder) logic; in
this application we are not interested in the similarity
matching diffcore-rename makes, because we are only interested
in scanning files that were modified, or in the case of -C -C,
scanning all files in the parent and we want to do that
ourselves.
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-pickaxe.c | diff | blob | history |