Skip to content

Commit ffac625

Browse files
committed
Merge branch 'mg/doc-status-color-slot' into maint
Documentation fixes. * mg/doc-status-color-slot: config,completion: add color.status.unmerged
2 parents 3f6f5c9 + 0d6accc commit ffac625

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Documentation/config.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

990991
color.ui::
991992
This variable determines the default value for variables such

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)