Autogenerated man pages for v1.4.4.3-g6be93
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 23 Dec 2006 10:29:56 +0000 (10:29 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 23 Dec 2006 10:29:56 +0000 (10:29 +0000)
man1/git-show-branch.1

index f8bf5a8c30eda62384764f412b23f5c5ab664027..4045b95b73fcc92a00a92723efcd070793f672f4 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-SHOW\-BRANCH" "1" "12/19/2006" "" ""
+.TH "GIT\-SHOW\-BRANCH" "1" "12/23/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -12,7 +12,7 @@ git\-show\-branch \- Show branches and their commits
 .SH "SYNOPSIS"
 .sp
 .nf
-\fIgit\-show\-branch\fR [\-\-all] [\-\-heads] [\-\-tags] [\-\-topo\-order] [\-\-current]
+\fIgit\-show\-branch\fR [\-\-all] [\-\-remotes] [\-\-topo\-order] [\-\-current]
                 [\-\-more=<n> | \-\-list | \-\-independent | \-\-merge\-base]
                 [\-\-no\-name | \-\-sha1\-name] [\-\-topics] [<rev> | <glob>]\&...
 .fi
@@ -30,8 +30,11 @@ Arbitrary extended SHA1 expression (see git\-rev\-parse) that typically names a
 <glob>
 A glob pattern that matches branch or tag names under $GIT_DIR/refs. For example, if you have many topic branches under $GIT_DIR/refs/heads/topic, giving topic/* would show all of them.
 .TP
-\-\-all \-\-heads \-\-tags
-Show all refs under $GIT_DIR/refs, $GIT_DIR/refs/heads, and $GIT_DIR/refs/tags, respectively.
+\-r|\-\-remotes
+Show the remote\-tracking branches.
+.TP
+\-a|\-\-all
+Show both remote\-tracking branches and local branches.
 .TP
 \-\-current
 With this option, the command includes the current branch to the list of revs to be shown when it is not given on the command line.