summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7fe08af)
raw | patch | inline | side by side (parent: 7fe08af)
author | Jeff King <peff@peff.net> | |
Wed, 2 Aug 2006 16:34:44 +0000 (12:34 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 2 Aug 2006 18:33:33 +0000 (11:33 -0700) |
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-annotate.perl | patch | blob | history |
diff --git a/git-annotate.perl b/git-annotate.perl
index 6db2f48241d0f393e43413ddb52d0986c523e372..505b5ccb280e16e4279569810ed1f41cf247e570 100755 (executable)
--- a/git-annotate.perl
+++ b/git-annotate.perl
$gotheader = 1;
- printf("Copying from %d to %d\n", $ri, $remstart);
foreach my $parent (@$parents) {
for (my $i = $ri; $i < $remstart; $i++) {
$plines{$parent}[$pi{$parent}++] = $slines->[$i];