blame: fix indent of line numbers
commit00fb3d214cbb867f45de0084e6b844445e076dce
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Sat, 13 Mar 2010 10:25:12 +0000 (13 11:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 13 Mar 2010 20:04:17 +0000 (13 12:04 -0800)
tree13e8c1e8d5c06d20bf1b0ee7383e79855d8b0331
parent4a2284b9997400d46b439a9cd272ba16cbf4f377
blame: fix indent of line numbers

Correct the calculation of the number of digits for line counts of the
form 10^n-1 (9, 99, ...) in lineno_width().  This makes blame stop
printing an extra space before the line numbers of files with that many
total lines.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-blame.c
t/t8003-blame.sh