Skip to content

Commit

Permalink
Documentation: Refer to git-commit-tree in git-filter-branch help
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wesley J. Landaker authored and Junio C Hamano committed Sep 27, 2010
1 parent 95ad6d2 commit 831a8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-filter-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ OPTIONS
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>::
Expand Down

0 comments on commit 831a8b8

Please sign in to comment.