Feature request: Configurable branch colors in git status --short --branch

2017-04-15 Thread Stephen Kent
It would be nice if the branch, remote tracking branch, and branch commit comparison count colors in git status --short --branch were configurable like the other git status colors. Example command output: $ git status --short --branch ## master...origin/master [ahead 1] M README.md M wrapper

[PATCH] Add color slots for branch names in "git status --short --branch"

2017-04-19 Thread Stephen Kent
Signed-off-by: Stephen Kent --- Documentation/config.txt | 5 - builtin/commit.c | 4 contrib/completion/git-completion.bash | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Documentation/config.txt b/Documentation/config.txt

Re: [PATCH] Add color slots for branch names in "git status --short --branch"

2017-04-21 Thread Stephen Kent
n't make any test changes for the remote tracking branch color. What's the best course of action here? Thanks! Stephen On Wed, Apr 19, 2017 at 23:30, Junio C Hamano wrote: Stephen Kent writes: Subject: Re: [PATCH] Add color slots for branch names in "git status --short --br

[PATCH v2] status: add color config slots for branch info in "--short --branch"

2017-04-21 Thread Stephen Kent
Add color config slots to be used in the status short-format when displaying local and remote tracking branch information. Signed-off-by: Stephen Kent --- Documentation/config.txt | 5 - builtin/commit.c | 4 contrib/completion/git-completion.bash