From: Junio C Hamano Date: Wed, 12 Mar 2014 20:43:51 +0000 (-0700) Subject: wt-status: lift the artificual "at least 20 columns" floor X-Git-Tag: v1.9.2~19^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c7cb333f60db9b8313da75c2075a3619202e905d?hp=c7cb333f60db9b8313da75c2075a3619202e905d 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 ---