summaryrefslogtreecommitdiffstats
path: root/git-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-06-04 07:24:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-06-04 07:24:48 +0000
commit341071d878757c06a3931db660fe318effc8317e (patch)
tree8cb7bf28351c062adbe71172b942a3228d40725d /git-branch.html
parentbb8fb05ed082c81af81f9eecf356f993e2ef83b7 (diff)
downloadgit-htmldocs-341071d878757c06a3931db660fe318effc8317e.tar.gz
Autogenerated HTML docs for v1.3.3-g16a4
Diffstat (limited to 'git-branch.html')
-rw-r--r--git-branch.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/git-branch.html b/git-branch.html
index 5ddc9246c..f835657dd 100644
--- a/git-branch.html
+++ b/git-branch.html
@@ -274,7 +274,7 @@ git-branch(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git-branch</em> [-r]
-<em>git-branch</em> [-f] &lt;branchname&gt; [&lt;start-point&gt;]
+<em>git-branch</em> [-l] [-f] &lt;branchname&gt; [&lt;start-point&gt;]
<em>git-branch</em> (-d | -D) &lt;branchname&gt;&#8230;</div></div>
</div>
<h2>DESCRIPTION</h2>
@@ -286,7 +286,8 @@ It will start out with a head equal to the one given as &lt;start-point&gt;.
If no &lt;start-point&gt; is given, the branch will be created with a head
equal to that of the currently checked out branch.</p>
<p>With a <tt>-d</tt> or <tt>-D</tt> option, <tt>&lt;branchname&gt;</tt> will be deleted. You may
-specify more than one branch for deletion.</p>
+specify more than one branch for deletion. If the branch currently
+has a ref log then the ref log will also be deleted.</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -308,6 +309,15 @@ specify more than one branch for deletion.</p>
</p>
</dd>
<dt>
+-l
+</dt>
+<dd>
+<p>
+ Create the branch's ref log. This activates recording of
+ all changes to made the branch ref, enabling use of date
+</p>
+</dd>
+<dt>
-f
</dt>
<dd>
@@ -411,7 +421,7 @@ a branch and check it out with a single command.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 21-May-2006 10:50:03 UTC
+Last updated 04-Jun-2006 07:24:21 UTC
</div>
</div>
</body>