Skip to content

Commit 0d6accc

Browse files
Michael J Grubergitster
authored andcommitted
config,completion: add color.status.unmerged
Reported-by: "Mladen B." <[email protected]> Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9874fca commit 0d6accc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Documentation/config.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -957,9 +957,11 @@ color.status.<slot>::
957957
`added` or `updated` (files which are added but not committed),
958958
`changed` (files which are changed but not added in the index),
959959
`untracked` (files which are not tracked by Git),
960-
`branch` (the current branch), or
960+
`branch` (the current branch),
961961
`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
963965
color.branch.<slot>.
964966

965967
color.ui::

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)