[PATCH v2 0/1] status: remove the empty line after hints

2019-06-04 Thread John Lin via GitGitGadget
empty lines even if hints are presented. John Lin (1): status: remove the empty line after hints t/t7060-wtstatus.sh| 5 t/t7508-status.sh | 62 -- t/t7512-status-help.sh | 14 -- wt-status.c| 4 --- 4 files changed, 85 dele

[PATCH v2 1/1] status: remove the empty line after hints

2019-06-04 Thread John Lin via GitGitGadget
From: John Lin Before this patch, there is inconsistency between the status messages with hints and the ones without hints: there is an empty line between the title and the file list if hints are presented, but there isn't one if there are no hints. This patch remove the inconsisten

[PATCH 1/1] status: remove the empty line after hints

2019-05-15 Thread John Lin via GitGitGadget
From: John Lin Before this patch, there is inconsistency between the status messages with hints and the ones without hints: there is an empty line between the title and the file list if hints are presented, but there isn't one if there are no hints. This patch remove the inconsisten

[PATCH 0/1] status: remove the empty line after hints

2019-05-15 Thread John Lin via GitGitGadget
empty lines even if hints are presented. John Lin (1): status: remove the empty line after hints t/t7060-wtstatus.sh| 5 t/t7508-status.sh | 62 -- t/t7512-status-help.sh | 14 -- wt-status.c| 4 --- 4 files changed, 85 dele

[PATCH v2] status: add an empty line when there is no hint

2019-04-29 Thread John Lin
ve case and some similar cases. Signed-off-by: John Lin --- t/t7500-commit-template-squash-signoff.sh | 1 + t/t7508-status.sh | 5 + t/t7512-status-help.sh| 1 + wt-status.c | 12 4 files changed, 15 inser

[PATCH] status: add an empty line when there is no hint

2019-04-23 Thread John Lin
ve case and some similar cases. Signed-off-by: John Lin --- wt-status.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/wt-status.c b/wt-status.c index 445a36204a..0766e3ee12 100644 --- a/wt-status.c +++ b/wt-status.c @@ -175,7 +175,7 @@ static void wt_longstatu