Skip to content

Commit 8bc63c9

Browse files
author
Junio C Hamano
committed
Merge branch 'tl/anno'
* tl/anno: annotate should number lines starting with 1
2 parents cdb6760 + c6d4217 commit 8bc63c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-annotate.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ ()
128128
}
129129

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

134134
sub init_claim {

0 commit comments

Comments
 (0)