summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-04 11:10:21 +0900
committerJunio C Hamano <gitster@pobox.com>2017-06-04 11:10:21 +0900
commite0e20dff4554f5126cbf43465d7b358fae8bcede (patch)
tree508fdfe3aac0759764be8b7ccb36629dee256aef /git-filter-branch.html
parent222ed82fa30b16c05e3218a0d7fde5f8b1f0b4e4 (diff)
downloadgit-htmldocs-e0e20dff4554f5126cbf43465d7b358fae8bcede.tar.gz
Autogenerated HTML docs for v2.13.0-425-gf4ba3c
Diffstat (limited to 'git-filter-branch.html')
-rw-r--r--git-filter-branch.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/git-filter-branch.html b/git-filter-branch.html
index 393165d14..800195005 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -826,8 +826,7 @@ multiple commits.</p></div>
This filter may be used if you only need to modify the environment
in which the commit will be performed. Specifically, you might
want to rewrite the author/committer name/email/time environment
- variables (see <a href="git-commit-tree.html">git-commit-tree(1)</a> for details). Do not forget
- to re-export the variables.
+ variables (see <a href="git-commit-tree.html">git-commit-tree(1)</a> for details).
</p>
</dd>
<dt class="hdlist1">
@@ -1122,12 +1121,10 @@ before publishing the project, like this:</p></div>
if test "$GIT_AUTHOR_EMAIL" = "root@localhost"
then
GIT_AUTHOR_EMAIL=john@example.com
- export GIT_AUTHOR_EMAIL
fi
if test "$GIT_COMMITTER_EMAIL" = "root@localhost"
then
GIT_COMMITTER_EMAIL=john@example.com
- export GIT_COMMITTER_EMAIL
fi
' -- --all</code></pre>
</div></div>
@@ -1279,7 +1276,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-03-15 08:32:35 JST
+Last updated 2017-06-04 11:10:03 JST
</div>
</div>
</body>