summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-22 15:32:46 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-22 15:32:46 -0700
commit55d9191be6ed28e5e9fa4c00b8958095400cd29c (patch)
tree07f33a0a46453df245d783c0ce5c73acf29dc9b6 /git-filter-branch.html
parenta275c1fc6c3b8415252c3d3ec814f0bdfb029ccf (diff)
downloadgit-htmldocs-55d9191be6ed28e5e9fa4c00b8958095400cd29c.tar.gz
Autogenerated HTML docs for v2.13.1-546-g5402b
Diffstat (limited to 'git-filter-branch.html')
-rw-r--r--git-filter-branch.html24
1 files changed, 18 insertions, 6 deletions
diff --git a/git-filter-branch.html b/git-filter-branch.html
index 800195005..b7f62ec6b 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> [--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;] [--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]
[--original &lt;namespace&gt;] [-d &lt;directory&gt;] [-f | --force]
[--] [&lt;rev-list options&gt;&#8230;]</pre>
<div class="attribution">
@@ -819,6 +819,18 @@ multiple commits.</p></div>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
+--setup &lt;command&gt;
+</dt>
+<dd>
+<p>
+ This is not a real filter executed for each commit but a one
+ time setup just before the loop. Therefore no commit-specific
+ variables are defined yet. Functions or variables defined here
+ can be used or modified in the following filter steps except
+ the commit filter, for technical reasons.
+</p>
+</dd>
+<dt class="hdlist1">
--env-filter &lt;command&gt;
</dt>
<dd>
@@ -1276,7 +1288,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-04 11:10:03 JST
+Last updated 2017-06-22 15:32:33 PDT
</div>
</div>
</body>