[PATCH] wt-status: remove use_add_msg in wt_status_print
From: Michael Loeffler <hidden>
Date: 2016-06-15 22:42:47
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Michael Loeffler <hidden>
Date: 2016-06-15 22:42:47
Subsystem:
the rest · Maintainer:
Linus Torvalds
If there is nothing to commit there is no need to say something about adding files. If there is something to commit or untracked or modified files, git status will give this hint. In this case it is also redundant to say it again. Signed-off-by: Michael Loeffler <redacted> --- wt-status.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/wt-status.c b/wt-status.c
index db42738..019ec46 100644
--- a/wt-status.c
+++ b/wt-status.c@@ -292,9 +292,7 @@ void wt_status_print(struct wt_status *s) if (s->verbose && !s->is_initial) wt_status_print_verbose(s); if (!s->commitable) - printf("%s (%s)\n", - s->amend ? "# No changes" : "nothing to commit", - use_add_msg); + printf("%s\n", s->amend ? "# No changes" : "nothing to commit"); } int git_status_config(const char *k, const char *v)
--
1.5.0.rc0.g1fa2