From: Junio C Hamano Date: Sat, 23 Dec 2006 10:29:56 +0000 (+0000) Subject: Autogenerated man pages for v1.4.4.3-g6be93 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=55beec28ff022a9372d13d576b03b66f486a79a8;p=git.git Autogenerated man pages for v1.4.4.3-g6be93 --- diff --git a/man1/git-show-branch.1 b/man1/git-show-branch.1 index f8bf5a8c3..4045b95b7 100644 --- a/man1/git-show-branch.1 +++ b/man1/git-show-branch.1 @@ -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= | \-\-list | \-\-independent | \-\-merge\-base] [\-\-no\-name | \-\-sha1\-name] [\-\-topics] [ | ]\&... .fi @@ -30,8 +30,11 @@ Arbitrary extended SHA1 expression (see git\-rev\-parse) that typically names a 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.