summaryrefslogtreecommitdiffstats
path: root/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-03-03 05:13:12 +0000
committerJunio C Hamano <junio@kernel.org>2010-03-03 05:13:12 +0000
commit4aa0bccc4a84ed806fa27aefcb79e56e508dc6c9 (patch)
treecda77a5862862e75ef52e0658674a70c4143bd80 /git-branch.txt
parentbf43344465f332611b6ae190bc6ac4eedb9cfba3 (diff)
downloadgit-htmldocs-4aa0bccc4a84ed806fa27aefcb79e56e508dc6c9.tar.gz
Autogenerated HTML docs for v1.7.0.1-138-ga75b
Diffstat (limited to 'git-branch.txt')
-rw-r--r--git-branch.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-branch.txt b/git-branch.txt
index 6b6c3da2d..903a690f1 100644
--- a/git-branch.txt
+++ b/git-branch.txt
@@ -8,7 +8,7 @@ git-branch - List, create, or delete branches
SYNOPSIS
--------
[verse]
-'git branch' [--color | --no-color] [-r | -a]
+'git branch' [--color[=<when>] | --no-color] [-r | -a]
[-v [--abbrev=<length> | --no-abbrev]]
[(--merged | --no-merged | --contains) [<commit>]]
'git branch' [--set-upstream | --track | --no-track] [-l] [-f] <branchname> [<start-point>]
@@ -84,12 +84,14 @@ OPTIONS
-M::
Move/rename a branch even if the new branch name already exists.
---color::
+--color[=<when>]::
Color branches to highlight current, local, and remote branches.
+ The value must be always (the default), never, or auto.
--no-color::
Turn off branch colors, even when the configuration file gives the
default to color output.
+ Same as `--color=never`.
-r::
List or delete (if used with -d) the remote-tracking branches.