"W. Trevor King" [off-list ref] writes:
quoted hunk
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index a0727d7..8e5260f 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -274,7 +274,7 @@ $ git clone --bare -l /home/proj/.git /pub/scm/proj.git
* Create a repository on the kernel.org machine that borrows from Linus:
+
------------
-$ git clone --bare -l -s /pub/scm/.../torvalds/linux-2.6.git \
+$ git clone --bare -l -s /pub/scm/.../torvalds/linux.git \
/pub/scm/.../me/subsys-2.6.git
------------
Aside from s|subsys-2.6|subsys| David already mentioned, I think
it is a lot saner to remove this particular example. Nobody runs
shell on k.org machines these days, and local borrowing "-l -s" is
already shown in another example.
Also you seem to have missed another "linux-2.6 my2.6" clone in the
first example.
Will not apply in this form; expecting a reroll.
Thanks.