summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-28 15:34:39 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-28 15:34:39 +0900
commitf088858b7d9cf7778d88910914cf7c34d0fdeb83 (patch)
tree9218886e61e3784e2ef626190f39003136bb75ad /git-filter-branch.html
parent20c484eb042459f279c89d562aaf9d77dc2f7862 (diff)
downloadgit-htmldocs-f088858b7d9cf7778d88910914cf7c34d0fdeb83.tar.gz
Autogenerated HTML docs for v2.14.2-642-g20fed
Diffstat (limited to 'git-filter-branch.html')
-rw-r--r--git-filter-branch.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/git-filter-branch.html b/git-filter-branch.html
index b7f62ec6b..c69be690a 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -754,7 +754,7 @@ git-filter-branch(1) Manual Page
[--commit-filter &lt;command&gt;] [--tag-name-filter &lt;command&gt;]
[--subdirectory-filter &lt;directory&gt;] [--prune-empty]
[--original &lt;namespace&gt;] [-d &lt;directory&gt;] [-f | --force]
- [--] [&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>
@@ -997,6 +997,17 @@ to other tags will be rewritten to point to the underlying commit.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--state-branch &lt;branch&gt;
+</dt>
+<dd>
+<p>
+ This option will cause the mapping from old to new objects to
+ be loaded from named branch upon startup and saved as a new
+ commit to that branch upon exit, enabling incremental of large
+ trees. If <em>&lt;branch&gt;</em> does not exist it will be created.
+</p>
+</dd>
+<dt class="hdlist1">
&lt;rev-list options&gt;&#8230;
</dt>
<dd>
@@ -1288,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-06-22 15:32:33 PDT
+Last updated 2017-09-28 15:34:18 JST
</div>
</div>
</body>