summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
commit92d80370646a0ce43b0c769027492b3c891090aa (patch)
treecee7315334fee3145cb4badcc7a400e3e763fbac /git-filter-branch.html
parent48931e26012d8d7ad1a7e1d9701f52be1b77e45a (diff)
downloadgit-htmldocs-92d80370646a0ce43b0c769027492b3c891090aa.tar.gz
Autogenerated HTML docs for v2.9.1-273-g79ed4
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 20660b3da..8b46c4329 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -791,7 +791,7 @@ if different from the rewritten ones, will be stored in the namespace
<em>refs/original/</em>.</p></div>
<div class="paragraph"><p>Note that since this operation is very I/O expensive, it might
be a good idea to redirect the temporary directory off-disk with the
-<em>-d</em> option, e.g. on tmpfs. Reportedly the speedup is very noticeable.</p></div>
+<code>-d</code> option, e.g. on tmpfs. Reportedly the speedup is very noticeable.</p></div>
<div class="sect2">
<h3 id="_filters">Filters</h3>
<div class="paragraph"><p>The filters are applied in the order as listed below. The &lt;command&gt;
@@ -946,7 +946,7 @@ to other tags will be rewritten to point to the underlying commit.</p></div>
untouched. This switch allow git-filter-branch to ignore such
commits. Though, this switch only applies for commits that have one
and only one parent, it will hence keep merges points. Also, this
- option is not compatible with the use of <em>--commit-filter</em>. Though you
+ option is not compatible with the use of <code>--commit-filter</code>. Though you
just need to use the function <em>git_commit_non_empty_tree "$@"</em> instead
of the <code>git commit-tree "$@"</code> idiom in your commit filter to make that
happen.
@@ -994,7 +994,7 @@ to other tags will be rewritten to point to the underlying commit.</p></div>
<p>
Arguments for <em>git rev-list</em>. All positive refs included by
these options are rewritten. You may also specify options
- such as <em>--all</em>, but you must use <em>--</em> to separate them from
+ such as <code>--all</code>, but you must use <code>--</code> to separate them from
the <em>git filter-branch</em> options. Implies <a href="#Remap_to_ancestor">[Remap_to_ancestor]</a>.
</p>
</dd>
@@ -1281,7 +1281,7 @@ The <a href="http://rtyley.github.io/bfg-repo-cleaner/#examples">command options
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-06-27 11:04:05 PDT
+Last updated 2016-07-13 14:58:50 PDT
</div>
</div>
</body>