diff options
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 8abb0820ff..ceac54b024 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -169,8 +169,8 @@ color.status:: color.status.<slot>:: Use customized color for status colorization. `<slot>` is one of `header` (the header text of the status message), - `updated` (files which are updated but not committed), - `changed` (files which are changed but not updated in the index), + `added` or `updated` (files which are added but not committed), + `changed` (files which are changed but not added in the index), or `untracked` (files which are not tracked by git). The values of these variables may be specified as in color.diff.<slot>. |