Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
wt-status: lift the artificual "at least 20 columns" floor
[gitweb.git]
/
wt-status.c
diff --git
a/wt-status.c
b/wt-status.c
index b1b018e54e9823a4bb73f40a612e340ed5fd47e5..6f3ed67fc9a6af755f015e38b4c9ce934e79cb95 100644
(file)
--- a/
wt-status.c
+++ b/
wt-status.c
@@
-318,8
+318,6
@@
static void wt_status_print_unmerged_data(struct wt_status *s,
if (!padding) {
label_width = maxwidth(wt_status_unmerged_status_string, 1, 7);
label_width += strlen(" ");
- if (label_width < 20)
- label_width = 20;
padding = xmallocz(label_width);
memset(padding, ' ', label_width);
}