提交 831a8b84 编写于 作者: W Wesley J. Landaker 提交者: Junio C Hamano

Documentation: Refer to git-commit-tree in git-filter-branch help

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: NWesley J. Landaker <wjl@icecavern.net>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 95ad6d2d
...@@ -81,7 +81,7 @@ OPTIONS ...@@ -81,7 +81,7 @@ OPTIONS
This filter may be used if you only need to modify the environment This filter may be used if you only need to modify the environment
in which the commit will be performed. Specifically, you might in which the commit will be performed. Specifically, you might
want to rewrite the author/committer name/email/time environment 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. to re-export the variables.
--tree-filter <command>:: --tree-filter <command>::
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册