Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2006-08-02 20:34:44 +0400
committerJunio C Hamano <junkio@cox.net>2006-08-02 22:33:33 +0400
commitd4ad9b0484fa17de3d161f48ae58190ec2cccd45 (patch)
tree3f83e047e6c42867854d430a20ad20fe05f83921
parent7fe08af485a02e28ea11b978e6543fbb78d80943 (diff)
git-annotate: remove extraneous debugging line
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-xgit-annotate.perl1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-annotate.perl b/git-annotate.perl
index 6db2f48241..505b5ccb28 100755
--- a/git-annotate.perl
+++ b/git-annotate.perl
@@ -317,7 +317,6 @@ sub _git_diff_parse {
$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];