File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -983,9 +983,10 @@ color.status.<slot>::
983983 `added` or `updated` (files which are added but not committed),
984984 `changed` (files which are changed but not added in the index),
985985 `untracked` (files which are not tracked by Git),
986- `branch` (the current branch), or
986+ `branch` (the current branch),
987987 `nobranch` (the color the 'no branch' warning is shown in, defaulting
988- to red).
988+ to red), or
989+ `unmerged` (files which have unmerged changes).
989990
990991color.ui::
991992 This variable determines the default value for variables such
Original file line number Diff line number Diff line change @@ -2014,6 +2014,7 @@ _git_config ()
20142014 color.status.changed
20152015 color.status.header
20162016 color.status.nobranch
2017+ color.status.unmerged
20172018 color.status.untracked
20182019 color.status.updated
20192020 color.ui
You can’t perform that action at this time.
0 commit comments