[PATCH] wt-status: remove use_add_msg in wt_status_print

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <zvpunry@xxxxxxxxxx>
---
 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


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]