Browse Source

Merge branch 'mg/doc-status-color-slot' into maint

Documentation fixes.

* mg/doc-status-color-slot:
  config,completion: add color.status.unmerged
maint
Junio C Hamano 10 years ago
parent
commit
ffac6258de
  1. 5
      Documentation/config.txt
  2. 1
      contrib/completion/git-completion.bash

5
Documentation/config.txt

@ -983,9 +983,10 @@ color.status.<slot>:: @@ -983,9 +983,10 @@ color.status.<slot>::
`added` or `updated` (files which are added but not committed),
`changed` (files which are changed but not added in the index),
`untracked` (files which are not tracked by Git),
`branch` (the current branch), or
`branch` (the current branch),
`nobranch` (the color the 'no branch' warning is shown in, defaulting
to red).
to red), or
`unmerged` (files which have unmerged changes).

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

1
contrib/completion/git-completion.bash

@ -2014,6 +2014,7 @@ _git_config () @@ -2014,6 +2014,7 @@ _git_config ()
color.status.changed
color.status.header
color.status.nobranch
color.status.unmerged
color.status.untracked
color.status.updated
color.ui

Loading…
Cancel
Save