* [PATCH (resend)] filter-branch: Fix word usage in documentation
@ 2008-05-04 17:10 Kevin Ballard
0 siblings, 0 replies; only message in thread
From: Kevin Ballard @ 2008-05-04 17:10 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".
This is logically impossible. I believe the intended word was "descendants".
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..959a9e9 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, descendants 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.243.g4a6979
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-04 17:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-04 17:10 [PATCH (resend)] filter-branch: Fix word usage in documentation 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).