diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-04-14 21:37:49 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-15 11:04:44 -0700 |
commit | dbda21fa87c1c5495c2f8ced4c40d7dbfa1cdcc2 (patch) | |
tree | 0a94930a268eb5e5781ad8cb467584d505c6b23b /Documentation/config.txt | |
parent | 924f6c3d3931ea782b0f9abee7b8012fe8e5e0fb (diff) | |
download | git-dbda21fa87c1c5495c2f8ced4c40d7dbfa1cdcc2.tar.gz |
branch: colour upstream branches
Otherwise when using 'git branch -vv' it's hard to see them among so
much output.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 3d750e0452..426d02c9a0 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -807,7 +807,8 @@ color.branch:: color.branch.<slot>:: Use customized color for branch coloration. `<slot>` is one of `current` (the current branch), `local` (a local branch), - `remote` (a remote-tracking branch in refs/remotes/), `plain` (other + `remote` (a remote-tracking branch in refs/remotes/), + `upstream` (upstream tracking branch), `plain` (other refs). + The value for these configuration variables is a list of colors (at most |