wt-status: lift the artificual "at least 20 columns" floor
commitc7cb333f60db9b8313da75c2075a3619202e905d
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Mar 2014 20:43:51 +0000 (12 13:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Mar 2014 21:08:05 +0000 (12 14:08 -0700)
treedaae21981cec440dd5db73eebc35c1d1a36c7eda
parent8f17f5b22ae54ecc3dfdafe33d7697e1bf3949f6
wt-status: lift the artificual "at least 20 columns" floor

When we show unmerged paths, we had an artificial 20 columns floor
for the width of labels (e.g. "both deleted:") shown next to the
pathnames.  Depending on the locale, this may result in a label that
is too wide when all the label strings are way shorter than 20
columns, or no-op when a label string is longer than 20 columns.

Just drop the artificial floor.  The screen real estate is better
utilized this way when all the strings are shorter.

Adjust the tests to this change.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7060-wtstatus.sh
t/t7512-status-help.sh
wt-status.c