summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-02 15:02:46 -0700
committerJunio C Hamano <gitster@pobox.com>2012-05-02 15:02:46 -0700
commitb76a68630eaab75c4eb1c41f0fc091811854ff43 (patch)
tree5be60264e80970f60d9c56b410c8828693be8588 /git-filter-branch.html
parent0aadbc37c068365a09926cd895863c4a725b45d6 (diff)
downloadgit-htmldocs-b76a68630eaab75c4eb1c41f0fc091811854ff43.tar.gz
Autogenerated HTML docs for v1.7.10.1-433-g34875
Diffstat (limited to 'git-filter-branch.html')
-rw-r--r--git-filter-branch.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-filter-branch.html b/git-filter-branch.html
index 747685360..821059738 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -677,7 +677,7 @@ multiple commits.</p></div>
This is the filter for rewriting the index. It is similar to the
tree filter but does not check out the tree, which makes it much
faster. Frequently used with <tt>git rm --cached
- --ignore-unmatch &#8230;</tt>, see EXAMPLES below. For hairy
+ --ignore-unmatch ...</tt>, see EXAMPLES below. For hairy
cases, see <a href="git-update-index.html">git-update-index(1)</a>.
</p>
</dd>
@@ -980,14 +980,14 @@ objects until you tell it to. First make sure that:</p></div>
<li>
<p>
You really removed all variants of a filename, if a blob was moved
- over its lifetime. <tt>git log --name-only --follow --all --
- filename</tt> can help you find renames.
+ over its lifetime. <tt>git log --name-only --follow --all -- filename</tt>
+ can help you find renames.
</p>
</li>
<li>
<p>
-You really filtered all refs: use <tt>--tag-name-filter cat --
- --all</tt> when calling git-filter-branch.
+You really filtered all refs: use <tt>--tag-name-filter cat -- --all</tt>
+ when calling git-filter-branch.
</p>
</li>
</ul></div>
@@ -1036,7 +1036,7 @@ Garbage collect all unreferenced objects with <tt>git gc --prune=now</tt>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PDT
+Last updated 2012-05-02 15:00:44 PDT
</div>
</div>
</body>