Skip to content

Commit 831a8b8

Browse files
wjlgitster
authored andcommitted
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: Wesley J. Landaker <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 95ad6d2 commit 831a8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-filter-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ OPTIONS
8181
This filter may be used if you only need to modify the environment
8282
in which the commit will be performed. Specifically, you might
8383
want to rewrite the author/committer name/email/time environment
84-
variables (see linkgit:git-commit[1] for details). Do not forget
84+
variables (see linkgit:git-commit-tree[1] for details). Do not forget
8585
to re-export the variables.
8686

8787
--tree-filter <command>::

0 commit comments

Comments
 (0)