summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-17 06:12:23 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-17 06:12:23 +0000
commit0f7b5a99cef87c294a3c3591b4990ca4077b0d0a (patch)
treec83de67f4f0d4035c00af16d042648cfd964f5d2 /git-filter-branch.html
parent229a72fb72443e80e586bddb6b03b44bbb0ce140 (diff)
downloadgit-htmldocs-0f7b5a99cef87c294a3c3591b4990ca4077b0d0a.tar.gz
Autogenerated HTML docs for v1.5.5.1-315-g6d2c1c
Diffstat (limited to 'git-filter-branch.html')
-rw-r--r--git-filter-branch.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-filter-branch.html b/git-filter-branch.html
index 3c7d6000a..ba8127bf6 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -493,6 +493,9 @@ or copyright violation) from all commits:</p>
<div class="content">
<pre><tt>git filter-branch --tree-filter 'rm filename' HEAD</tt></pre>
</div></div>
+<p>However, if the file is absent from the tree of some commit,
+a simple <tt>rm filename</tt> will fail for that tree and commit.
+Thus you may instead want to use <tt>rm -f filename</tt> as the script.</p>
<p>A significantly faster version:</p>
<div class="listingblock">
<div class="content">
@@ -611,7 +614,7 @@ and the git list &lt;git@vger.kernel.org&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 06-May-2008 06:34:58 UTC
+Last updated 17-May-2008 06:12:01 UTC
</div>
</div>
</body>