author | Aleksi Aalto <aga@iki.fi> | |
Wed, 17 Nov 2010 23:40:05 +0000 (01:40 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 30 Nov 2010 00:31:34 +0000 (16:31 -0800) | ||
commit | 1d282327d7354dd3a1caefa4af06562aa816710d | |
tree | 8779a64c22934c6be78c08705576272b5276bfdf | tree | snapshot |
parent | 7d43de925b2771d295d8fc4341b7bd544e2a74fa | commit | diff |
status: show branchname with a configurable color
You can tell "git status" to paint the name of the current branch in its
output (the line that says "On branch ...") by setting the configuration
variable color.status.branch; it is by default turned off.
Signed-off-by: Aleksi Aalto <aga@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
You can tell "git status" to paint the name of the current branch in its
output (the line that says "On branch ...") by setting the configuration
variable color.status.branch; it is by default turned off.
Signed-off-by: Aleksi Aalto <aga@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
builtin/commit.c | diff | blob | history | |
t/t7508-status.sh | diff | blob | history | |
wt-status.c | diff | blob | history | |
wt-status.h | diff | blob | history |