From: Nguyễn Thái Ngọc Duy Date: Fri, 1 Jul 2016 16:03:30 +0000 (+0200) Subject: fetch: align all "remote -> local" output X-Git-Tag: v2.10.0-rc0~105^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6bc91f23a6e14d540ab6950b438d40cf678143f0?ds=inline;hp=6bc91f23a6e14d540ab6950b438d40cf678143f0 fetch: align all "remote -> local" output 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 Signed-off-by: Junio C Hamano ---