summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-filter-branch.html')
-rw-r--r--git-filter-branch.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-filter-branch.html b/git-filter-branch.html
index 73d68b573..e18168076 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -755,7 +755,7 @@ git-filter-branch(1) Manual Page
[--msg-filter <command>] [--commit-filter <command>]
[--tag-name-filter <command>] [--prune-empty]
[--original <namespace>] [-d <directory>] [-f | --force]
- [--state-branch &lt;branch&gt;] [--] [&lt;rev-list options&gt;&#8230;]</pre>
+ [--state-branch &lt;branch&gt;] [--] [&lt;rev-list-options&gt;&#8230;]</pre>
<div class="attribution">
</div></div>
</div>
@@ -779,7 +779,7 @@ listed there as reasonably possible.</p></div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph"><p>Lets you rewrite Git revision history by rewriting the branches mentioned
-in the &lt;rev-list options&gt;, applying custom filters on each revision.
+in the &lt;rev-list-options&gt;, applying custom filters on each revision.
Those filters can modify each tree (e.g. removing a file or running
a perl rewrite on all files) or information about each commit.
Otherwise, all information (including original commit times or merge
@@ -1504,7 +1504,7 @@ Someone can do a history rewrite, realize they messed up, restore
<li>
<p>
Running git-filter-branch with either --tags or --all in your
- &lt;rev-list options&gt;. In order to retain annotated tags as
+ &lt;rev-list-options&gt;. In order to retain annotated tags as
annotated, you must use --tag-name-filter (and must not have
restored from refs/original/ in a previously botched rewrite).
</p>
@@ -1626,7 +1626,7 @@ To top it all off, even when users finally find working commands,
<div id="footer">
<div id="footer-text">
Last updated
- 2020-11-01 22:43:13 PST
+ 2024-02-08 15:45:59 PST
</div>
</div>
</body>