summaryrefslogtreecommitdiffstats
path: root/git-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-03 07:05:31 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-03 07:05:31 +0000
commit1d90cb06fff9524ece5485f8d716da466af822d7 (patch)
treec8d3e02e22a6f7ba2a13c8bd0adce3c8d089c4e2 /git-branch.html
parentd526ba9b47b4ea5c29f3e49e8250babef215eb37 (diff)
downloadgit-htmldocs-1d90cb06fff9524ece5485f8d716da466af822d7.tar.gz
Autogenerated HTML docs for v1.5.3-rc0
Diffstat (limited to 'git-branch.html')
-rw-r--r--git-branch.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/git-branch.html b/git-branch.html
index 22a51bfc7..c4afc68eb 100644
--- a/git-branch.html
+++ b/git-branch.html
@@ -302,7 +302,7 @@ renaming. If &lt;newbranch&gt; exists, -M must be used to force the rename
to happen.</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. If the branch currently
-has a ref log then the ref log will also be deleted. Use -r together with -d
+has a reflog then the reflog will also be deleted. Use -r together with -d
to delete remote-tracking branches.</p>
</div>
<h2>OPTIONS</h2>
@@ -329,8 +329,9 @@ to delete remote-tracking branches.</p>
</dt>
<dd>
<p>
- Create the branch's ref log. This activates recording of
- all changes to made the branch ref, enabling use of date
+ Create the branch's reflog. This activates recording of
+ all changes made to the branch ref, enabling use of date
+ based sha1 expressions such as "&lt;branchname&gt;@{yesterday}".
</p>
</dd>
<dt>
@@ -526,7 +527,7 @@ a branch and check it out with a single command.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 16-Jun-2007 09:48:55 UTC
+Last updated 03-Jul-2007 07:03:39 UTC
</div>
</div>
</body>