[PATCH] git-status always says what branch it's on

Subsystems: the rest

STALE3671d

2 messages, 2 authors, 2016-08-11 · open the first message on its own page

[PATCH] git-status always says what branch it's on

From: Andy Parkins <hidden>
Date: 2016-08-11 20:07:16

If the current branch was "master" then git-status wouldn't say

 # On branch XXXX

In its output.  This patch makes it so that this message is always
output; regardless of branch name.

Signed-off-by: Andy Parkins <redacted>
---
 wt-status.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wt-status.c b/wt-status.c
index de1be5b..9a78dac 100644
--- a/wt-status.c
+++ b/wt-status.c
@@ -271,7 +271,7 @@ static void wt_status_print_verbose(struct wt_status *s)
 
 void wt_status_print(struct wt_status *s)
 {
-	if (s->branch && strcmp(s->branch, "refs/heads/master"))
+	if (s->branch)
 		color_printf_ln(color(WT_STATUS_HEADER),
 			"# On branch %s", s->branch);
 
-- 
1.4.4.1.g3ece-dirty

Re: [PATCH] git-status always says what branch it's on

From: Andreas Ericsson <hidden>
Date: 2016-08-11 20:34:22

Andy Parkins wrote:
If the current branch was "master" then git-status wouldn't say

 # On branch XXXX

In its output.  This patch makes it so that this message is always
output; regardless of branch name.
I like it. I know that it's quiet when I'm on 'master', but I still need 
to spend an extra cycle to remember that fact. Uniformity is a good 
thing in program behaviour.

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help