File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -957,9 +957,11 @@ color.status.<slot>::
957
957
`added` or `updated` (files which are added but not committed),
958
958
`changed` (files which are changed but not added in the index),
959
959
`untracked` (files which are not tracked by Git),
960
- `branch` (the current branch), or
960
+ `branch` (the current branch),
961
961
`nobranch` (the color the 'no branch' warning is shown in, defaulting
962
- to red). The values of these variables may be specified as in
962
+ to red), or
963
+ `unmerged` (files which have unmerged changes).
964
+ The values of these variables may be specified as in
963
965
color.branch.<slot>.
964
966
965
967
color.ui::
Original file line number Diff line number Diff line change @@ -2014,6 +2014,7 @@ _git_config ()
2014
2014
color.status.changed
2015
2015
color.status.header
2016
2016
color.status.nobranch
2017
+ color.status.unmerged
2017
2018
color.status.untracked
2018
2019
color.status.updated
2019
2020
color.ui
You can’t perform that action at this time.
0 commit comments