File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -983,9 +983,10 @@ color.status.<slot>::
983
983
`added` or `updated` (files which are added but not committed),
984
984
`changed` (files which are changed but not added in the index),
985
985
`untracked` (files which are not tracked by Git),
986
- `branch` (the current branch), or
986
+ `branch` (the current branch),
987
987
`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).
989
990
990
991
color.ui::
991
992
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 ()
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