Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-18 02:01:34 +0300
committerJunio C Hamano <gitster@pobox.com>2015-03-18 02:01:34 +0300
commit2a39bdb9a163f9f4ad11599dbeca87445eecb7d8 (patch)
tree4b76762cbff4f9da95da827c6229a89574d80004 /Documentation
parent9bb56e47532db6fb7e97020ffa247ad5c54b1726 (diff)
parent0d6accc01d4073d685ece5ba9fd0a439539a5a02 (diff)
Merge branch 'mg/doc-status-color-slot'
Documentation fixes. * mg/doc-status-color-slot: config,completion: add color.status.unmerged
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 1530255567..f1bc0f2d8c 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -956,9 +956,11 @@ 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). The values of these variables may be specified as in
+ to red), or
+ `unmerged` (files which have unmerged changes).
+ The values of these variables may be specified as in
color.branch.<slot>.
color.ui::