Browse Source

Merge branch 'tl/anno'

* tl/anno:
  annotate should number lines starting with 1
maint
Junio C Hamano 19 years ago
parent
commit
8bc63c9ad4
  1. 2
      git-annotate.perl

2
git-annotate.perl

@ -128,7 +128,7 @@ foreach my $l (@filelines) { @@ -128,7 +128,7 @@ foreach my $l (@filelines) {
}

printf("%s\t(%10s\t%10s\t%d)%s\n", $rev, $committer,
format_date($date), $i++, $output);
format_date($date), ++$i, $output);
}

sub init_claim {

Loading…
Cancel
Save