Frédéric Brière wrote:
> Damn. :)
Hmm, in that case, how about something like this patch?
diff --git a/Documentation/git-filter-branch.txt
b/Documentation/git-filter-branch.txt
index 020028c..1c0194a 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -158,10 +158,13 @@ to other tags will be rewritten to point to the
underlying commit.
--subdirectory-filter <directory>::
Only look at the history which touches the given subdirectory.
The result will contain that directory (and only that) as its
project root. Implies --remap-to-ancestor.
++
+To move the whole tree back into a subdirectory, see the "Examples"
+section below.
--remap-to-ancestor::
Rewrite refs to the nearest rewritten ancestor instead of
ignoring them.
+
--
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]