summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-10-20 15:45:24 +0900
committerJunio C Hamano <gitster@pobox.com>2017-10-20 15:45:24 +0900
commitf7e3f4720248d8f301f1a9d734940ac233333bfd (patch)
tree9218fcdf9a6a2d6c5ce3604024f3a30ff09d6eb1 /git-filter-branch.html
parentbadd79c219fe0283e7e2a448cc04da89724eefd9 (diff)
downloadgit-htmldocs-f7e3f4720248d8f301f1a9d734940ac233333bfd.tar.gz
Autogenerated HTML docs for v2.15.0-rc2
Diffstat (limited to 'git-filter-branch.html')
-rw-r--r--git-filter-branch.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/git-filter-branch.html b/git-filter-branch.html
index c69be690a..e562e91b3 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -748,11 +748,11 @@ git-filter-branch(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git filter-branch</em> [--setup &lt;command&gt;] [--env-filter &lt;command&gt;]
- [--tree-filter &lt;command&gt;] [--index-filter &lt;command&gt;]
- [--parent-filter &lt;command&gt;] [--msg-filter &lt;command&gt;]
- [--commit-filter &lt;command&gt;] [--tag-name-filter &lt;command&gt;]
- [--subdirectory-filter &lt;directory&gt;] [--prune-empty]
+<pre class="content"><em>git filter-branch</em> [--setup &lt;command&gt;] [--subdirectory-filter &lt;directory&gt;]
+ [--env-filter &lt;command&gt;] [--tree-filter &lt;command&gt;]
+ [--index-filter &lt;command&gt;] [--parent-filter &lt;command&gt;]
+ [--msg-filter &lt;command&gt;] [--commit-filter &lt;command&gt;]
+ [--tag-name-filter &lt;command&gt;] [--prune-empty]
[--original &lt;namespace&gt;] [-d &lt;directory&gt;] [-f | --force]
[--state-branch &lt;branch&gt;] [--] [&lt;rev-list options&gt;&#8230;]</pre>
<div class="attribution">
@@ -831,6 +831,16 @@ multiple commits.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--subdirectory-filter &lt;directory&gt;
+</dt>
+<dd>
+<p>
+ Only look at the history which touches the given subdirectory.
+ The result will contain that directory (and only that) as its
+ project root. Implies <a href="#Remap_to_ancestor">[Remap_to_ancestor]</a>.
+</p>
+</dd>
+<dt class="hdlist1">
--env-filter &lt;command&gt;
</dt>
<dd>
@@ -939,16 +949,6 @@ author or timestamp (or the tag message for that matter). Tags which point
to other tags will be rewritten to point to the underlying commit.</p></div>
</dd>
<dt class="hdlist1">
---subdirectory-filter &lt;directory&gt;
-</dt>
-<dd>
-<p>
- Only look at the history which touches the given subdirectory.
- The result will contain that directory (and only that) as its
- project root. Implies <a href="#Remap_to_ancestor">[Remap_to_ancestor]</a>.
-</p>
-</dd>
-<dt class="hdlist1">
--prune-empty
</dt>
<dd>
@@ -1299,7 +1299,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 2017-09-28 15:34:18 JST
+Last updated 2017-10-20 15:42:50 JST
</div>
</div>
</body>