Skip to content

Commit

Permalink
Merge branch 'mg/doc-status-color-slot' into maint
Browse files Browse the repository at this point in the history
Documentation fixes.

* mg/doc-status-color-slot:
  config,completion: add color.status.unmerged
  • Loading branch information
Junio C Hamano committed Mar 23, 2015
2 parents 3f6f5c9 + 0d6accc commit ffac625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffac625

Please sign in to comment.