summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-03-23 11:23:30 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-03-23 11:23:31 -0700
commitffac6258de4f72e06b6b2e412deffb00a1abb339 (patch)
treeecd845244f27808535b8d0d062379d03874b2e03 /Documentation
parentMerge branch 'jc/decorate-leaky-separator-color' into maint (diff)
parentconfig,completion: add color.status.unmerged (diff)
downloadtgif-ffac6258de4f72e06b6b2e412deffb00a1abb339.tar.xz
Merge branch 'mg/doc-status-color-slot' into maint
Documentation fixes. * mg/doc-status-color-slot: config,completion: add color.status.unmerged
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index efc7e68278..1a8ddb41c7 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -983,9 +983,10 @@ color.status.<slot>::
`added` or `updated` (files which are added but not committed),
`changed` (files which are changed but not added in the index),
`untracked` (files which are not tracked by Git),
- `branch` (the current branch), or
+ `branch` (the current branch),
`nobranch` (the color the 'no branch' warning is shown in, defaulting
- to red).
+ to red), or
+ `unmerged` (files which have unmerged changes).
color.ui::
This variable determines the default value for variables such