git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: Refer to git-commit-tree in git-filter-branch help
@ 2010-09-13 14:59 Wesley J. Landaker
  2010-09-24 16:12 ` Wesley J. Landaker
  2010-09-27 22:19 ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Wesley J. Landaker @ 2010-09-13 14:59 UTC (permalink / raw)
  To: git, Junio C Hamano; +Cc: Wesley J. Landaker

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>
---
 Documentation/git-filter-branch.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
index 020028c..c32e489 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -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>::
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-09-27 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 14:59 [PATCH] Documentation: Refer to git-commit-tree in git-filter-branch help Wesley J. Landaker
2010-09-24 16:12 ` Wesley J. Landaker
2010-09-26  2:04   ` Elijah Newren
2010-09-27 22:19 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).