summaryrefslogtreecommitdiffstats
path: root/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-03 22:02:12 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-03 22:02:12 +0000
commiteb692951e67c8ca212ce6d14228dac6d93160801 (patch)
tree78f9f1dc135329c4314176b5f708b410d02aba30 /git-branch.txt
parentb288d9efccdc870a87fa612f162eff891f26a71f (diff)
downloadgit-htmldocs-eb692951e67c8ca212ce6d14228dac6d93160801.tar.gz
Autogenerated HTML docs for v1.5.0-rc0-gd222
Diffstat (limited to 'git-branch.txt')
-rw-r--r--git-branch.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-branch.txt b/git-branch.txt
index c464bd2fd..e872fc89f 100644
--- a/git-branch.txt
+++ b/git-branch.txt
@@ -8,7 +8,7 @@ git-branch - List, create, or delete branches.
SYNOPSIS
--------
[verse]
-'git-branch' [-r | -a] [-v [--abbrev=<length>]]
+'git-branch' [--color | --no-color] [-r | -a] [-v [--abbrev=<length>]]
'git-branch' [-l] [-f] <branchname> [<start-point>]
'git-branch' (-m | -M) [<oldbranch>] <newbranch>
'git-branch' (-d | -D) [-r] <branchname>...
@@ -60,6 +60,13 @@ OPTIONS
-M::
Move/rename a branch even if the new branchname already exists.
+--color::
+ Color branches to highlight current, local, and remote branches.
+
+--no-color::
+ Turn off branch colors, even when the configuration file gives the
+ default to color output.
+
-r::
List or delete (if used with -d) the remote-tracking branches.