git-pickaxe: re-scan the blob after making progress with -M
commit650e2f6752ad29b0cba394535d3b098cf4bb102b
authorJunio C Hamano <junkio@cox.net>
Sat, 4 Nov 2006 20:37:02 +0000 (4 12:37 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 4 Nov 2006 20:37:02 +0000 (4 12:37 -0800)
treeba8e592a5250d7811f45f112491f9828b195b68f
parent0421d9f812acc819dcf9e9c6707618aca7e80bf4
git-pickaxe: re-scan the blob after making progress with -M

Otherwise we would miss copied lines that are contained in the
parts before or after the part that we find after splitting the
blame_entry (i.e. split[0] and split[2]).

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