git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/git-filter-branch: Fix word usage for --commit-filter
@ 2008-05-15  3:15 Kevin Ballard
  0 siblings, 0 replies; only message in thread
From: Kevin Ballard @ 2008-05-15  3:15 UTC (permalink / raw)
  To: git, Junio C Hamano; +Cc: Kevin Ballard

The documentation for --commit-filter in git-filter-branch talks about
setting multiple parents for the "ancestors of the original commit".
It really meant to say the "children of the original commit".

Signed-off-by: Kevin Ballard <kevin@sb.org>
---
 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 8d80f0d..137e2ec 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -113,7 +113,7 @@ OPTIONS
 	stdin.  The commit id is expected on stdout.
 +
 As a special extension, the commit filter may emit multiple
-commit ids; in that case, ancestors of the original commit will
+commit ids; in that case, children of the original commit will
 have all of them as parents.
 +
 You can use the 'map' convenience function in this filter, and other
-- 
1.5.5.1.373.g4a2ed


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-15  3:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-15  3:15 [PATCH] Documentation/git-filter-branch: Fix word usage for --commit-filter Kevin Ballard

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).