summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 95ad6d2)
raw | patch | inline | side by side (parent: 95ad6d2)
author | Wesley J. Landaker <wjl@icecavern.net> | |
Mon, 13 Sep 2010 14:59:54 +0000 (08:59 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 27 Sep 2010 18:39:44 +0000 (11:39 -0700) |
Currently, the help for git filter-branch refers users of --env-filter
to git-commit for information about environment variables affecting
commits. However, this information is not contained in the git-commit
help, but is very explicitly detailed in git-commit-tree.
Signed-off-by: Wesley J. Landaker <wjl@icecavern.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
to git-commit for information about environment variables affecting
commits. However, this information is not contained in the git-commit
help, but is very explicitly detailed in git-commit-tree.
Signed-off-by: Wesley J. Landaker <wjl@icecavern.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt | patch | blob | history |
index 7357c8879a941537fa6aee084b572e8aacced89d..f51860de264c5385e7a308c59e3a2f794690097a 100644 (file)
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 linkgit:git-commit[1] for details). Do not forget
+ variables (see linkgit:git-commit-tree[1] for details). Do not forget
to re-export the variables.
--tree-filter <command>::