summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-10-23 01:23:31 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-10-23 01:23:31 +0000
commit764a667a8f360cfaafc6bfa9a0b5a2f09ed47586 (patch)
treefc6f7da163a804cc8aef905924828d69b897399a /git-filter-branch.html
parentea719cf8b709e1b5c43d18ca26832f8c9bf11e7e (diff)
downloadgit-htmldocs-764a667a8f360cfaafc6bfa9a0b5a2f09ed47586.tar.gz
Autogenerated HTML docs for v1.5.3.4-319-gdd817
Diffstat (limited to 'git-filter-branch.html')
-rw-r--r--git-filter-branch.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/git-filter-branch.html b/git-filter-branch.html
index 0a2d811c5..11fcd821c 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -489,8 +489,7 @@ or copyright violation) from all commits:</p>
<div class="content">
<pre><tt>git filter-branch --index-filter 'git update-index --remove filename' HEAD</tt></pre>
</div></div>
-<p>Now, you will get the rewritten history saved in the branch <em>newbranch</em>
-(your current branch is left untouched).</p>
+<p>Now, you will get the rewritten history saved in HEAD.</p>
<p>To set a commit (which typically is at the tip of another
history) to be the parent of the current initial commit, in
order to paste the other history behind the current history:</p>
@@ -594,7 +593,7 @@ and the git list &lt;git@vger.kernel.org&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 14-Sep-2007 10:06:09 UTC
+Last updated 23-Oct-2007 01:21:48 UTC
</div>
</div>
</body>