Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Racy git: avoid having to be always too careful
[gitweb.git]
/
git-annotate.perl
diff --git
a/git-annotate.perl
b/git-annotate.perl
index 6db2f48241d0f393e43413ddb52d0986c523e372..505b5ccb280e16e4279569810ed1f41cf247e570 100755
(executable)
--- 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];