summaryrefslogtreecommitdiffstats
path: root/git-checkout.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-checkout.html
parentbb8fb05ed082c81af81f9eecf356f993e2ef83b7 (diff)
downloadgit-htmldocs-341071d878757c06a3931db660fe318effc8317e.tar.gz
Autogenerated HTML docs for v1.3.3-g16a4
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/git-checkout.html b/git-checkout.html
index 9d1e7bf08..b2dbc193e 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -273,7 +273,7 @@ git-checkout(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-checkout</em> [-f] [-b &lt;new_branch&gt;] [-m] [&lt;branch&gt;]
+<div class="content"><em>git-checkout</em> [-f] [-b &lt;new_branch&gt; [-l]] [-m] [&lt;branch&gt;]
<em>git-checkout</em> [-m] [&lt;branch&gt;] &lt;paths&gt;&#8230;</div></div>
</div>
<h2>DESCRIPTION</h2>
@@ -314,6 +314,15 @@ given paths before updating the working tree.</p>
</p>
</dd>
<dt>
+-l
+</dt>
+<dd>
+<p>
+ Create the new branch's ref log. This activates recording of
+ all changes to made the branch ref, enabling use of date
+</p>
+</dd>
+<dt>
-m
</dt>
<dd>
@@ -457,7 +466,7 @@ $ git update-index frotz</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 21-May-2006 10:50:03 UTC
+Last updated 04-Jun-2006 07:24:22 UTC
</div>
</div>
</body>