Add documentation for git-branch's color configuration.
commitf3673988ecb3d3174f9b6d3d04f00774b1b5c261
authorBrian Gernhardt <benji@silverinsanity.com>
Wed, 3 Jan 2007 15:36:29 +0000 (3 10:36 -0500)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 Jan 2007 16:16:02 +0000 (3 08:16 -0800)
treef3f27b39c98c6c4273da03fa8484afc700eb97d2
parent956259ee74df5695c55f51e9f93bbc217953a41a
Add documentation for git-branch's color configuration.

Added color.branch and color.branch.<slot> to configuration list.
Style copied from color.status and meanings derived from the code.

Moved the color meanings from color.diff.<slot> to color.branch.<slot>
since the latter comes first alphabetically.

Added --color and --no-color to git-branch's usage and documentation.

Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
Documentation/git-branch.txt
builtin-branch.c