Skip to content
  • Junio C Hamano's avatar
    wt-status: lift the artificual "at least 20 columns" floor · c7cb333f
    Junio C Hamano authored
    
    
    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: default avatarJunio C Hamano <gitster@pobox.com>
    c7cb333f