fetch: align all "remote -> local" output
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 1 Jul 2016 16:03:30 +0000 (18:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 18:48:25 +0000 (11:48 -0700)
We do align "remote -> local" output by allocating 10 columns to
"remote". That produces aligned output only for short refs. An extra
pass is performed to find the longest remote ref name (that does not
produce a line longer than terminal width) to produce better aligned
output.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found