Autogenerated HTML docs for v1.4.4.3-g6be93
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 23 Dec 2006 10:29:52 +0000 (10:29 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 23 Dec 2006 10:29:52 +0000 (10:29 +0000)
git-show-branch.html
git-show-branch.txt

index 1bc5993db8d3d60fda4cf4e67059b548c6a69a39..13e5eb309644bbec59eebfb94cf51cc51403a35d 100644 (file)
@@ -273,7 +273,7 @@ git-show-branch(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-show-branch</em> [--all] [--heads] [--tags] [--topo-order] [--current]\r
+<div class="content"><em>git-show-branch</em> [--all] [--remotes] [--topo-order] [--current]\r
                 [--more=&lt;n&gt; | --list | --independent | --merge-base]\r
                 [--no-name | --sha1-name] [--topics] [&lt;rev&gt; | &lt;glob&gt;]&#8230;</div></div>\r
 </div>\r
@@ -310,12 +310,19 @@ no &lt;rev&gt; nor &lt;glob&gt; is given on the command line.</p>
 </p>\r
 </dd>\r
 <dt>\r
---all --heads --tags\r
+-r|--remotes\r
 </dt>\r
 <dd>\r
 <p>\r
-        Show all refs under $GIT_DIR/refs, $GIT_DIR/refs/heads,\r
-        and $GIT_DIR/refs/tags, respectively.\r
+        Show the remote-tracking branches.\r
+</p>\r
+</dd>\r
+<dt>\r
+-a|--all\r
+</dt>\r
+<dd>\r
+<p>\r
+        Show both remote-tracking branches and local branches.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -493,7 +500,7 @@ your topic branch, it is shown as well.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Dec-2006 00:54:32 UTC\r
+Last updated 23-Dec-2006 10:29:46 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 948ff10e6c83b8842de453e798ff7916ac98d911..dafacd43080b6ab00205fab2a84617834ad5851f 100644 (file)
@@ -8,7 +8,7 @@ git-show-branch - Show branches and their commits
 SYNOPSIS
 --------
 [verse]
-'git-show-branch' [--all] [--heads] [--tags] [--topo-order] [--current]
+'git-show-branch' [--all] [--remotes] [--topo-order] [--current]
                [--more=<n> | --list | --independent | --merge-base]
                [--no-name | --sha1-name] [--topics] [<rev> | <glob>]...
 
@@ -37,9 +37,11 @@ OPTIONS
        branches under $GIT_DIR/refs/heads/topic, giving
        `topic/*` would show all of them.
 
---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.
+
+-a|--all::
+       Show both remote-tracking branches and local branches.
 
 --current::
        With this option, the command includes the current