status: show branchname with a configurable color
[gitweb.git] / Documentation / config.txt
index 6a6c0b5bd83774c9c92f5530f327019c322d3c2a..6cd762dfb867f5599ed57eac9cab8c6a14378081 100644 (file)
@@ -774,7 +774,8 @@ color.status.<slot>::
        one of `header` (the header text of the status message),
        `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), or
+       `untracked` (files which are not tracked by git),
+       `branch` (the current branch), or
        `nobranch` (the color the 'no branch' warning is shown in, defaulting
        to red). The values of these variables may be specified as in
        color.branch.<slot>.