author | Brian Gernhardt <benji@silverinsanity.com> | |
Wed, 3 Jan 2007 15:36:29 +0000 (10:36 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 3 Jan 2007 16:16:02 +0000 (08:16 -0800) | ||
commit | f3673988ecb3d3174f9b6d3d04f00774b1b5c261 | |
tree | f3f27b39c98c6c4273da03fa8484afc700eb97d2 | tree | snapshot |
parent | 956259ee74df5695c55f51e9f93bbc217953a41a | commit | diff |
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>
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 | diff | blob | history | |
Documentation/git-branch.txt | diff | blob | history | |
builtin-branch.c | diff | blob | history |