Skip to content

Commit

Permalink
Merge branch 'tl/anno'
Browse files Browse the repository at this point in the history
* tl/anno:
  annotate should number lines starting with 1
  • Loading branch information
Junio C Hamano committed Mar 4, 2006
2 parents cdb6760 + c6d4217 commit 8bc63c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-annotate.perl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ()
}

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 {
Expand Down

0 comments on commit 8bc63c9

Please sign in to comment.