summaryrefslogtreecommitdiffstats
path: root/git-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-03-03 05:18:26 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-03-03 05:18:26 +0000
commita3fccdf5d51687c814cdd0a07d32c6e3d8fd1880 (patch)
tree6b8bff242f7f96563f3e106cb2bfd5123582849b /git-branch.html
parenta3fd83c02508738c186c6e04d6a306d992b78ed9 (diff)
downloadgit-htmldocs-a3fccdf5d51687c814cdd0a07d32c6e3d8fd1880.tar.gz
Autogenerated HTML docs for v1.5.0.2-279-g4808
Diffstat (limited to 'git-branch.html')
-rw-r--r--git-branch.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/git-branch.html b/git-branch.html
index 51e171acc..937b288d1 100644
--- a/git-branch.html
+++ b/git-branch.html
@@ -273,7 +273,8 @@ git-branch(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-branch</em> [--color | --no-color] [-r | -a] [-v [--abbrev=&lt;length&gt;]]
+<div class="content"><em>git-branch</em> [--color | --no-color] [-r | -a]
+ [-v [--abbrev=&lt;length&gt; | --no-abbrev]]
<em>git-branch</em> [-l] [-f] &lt;branchname&gt; [&lt;start-point&gt;]
<em>git-branch</em> (-m | -M) [&lt;oldbranch&gt;] &lt;newbranch&gt;
<em>git-branch</em> (-d | -D) [-r] &lt;branchname&gt;&#8230;</div></div>
@@ -402,6 +403,14 @@ to delete remote-tracking branches.</p>
</p>
</dd>
<dt>
+--no-abbrev
+</dt>
+<dd>
+<p>
+ Display the full sha1s in output listing rather than abbreviating them.
+</p>
+</dd>
+<dt>
&lt;branchname&gt;
</dt>
<dd>
@@ -511,7 +520,7 @@ a branch and check it out with a single command.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 19-Jan-2007 00:37:13 UTC
+Last updated 03-Mar-2007 05:18:14 UTC
</div>
</div>
</body>