]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc/clone: Remove the '--bare -l -s' example
authorW. Trevor King <wking@tremily.us>
Sat, 22 Jun 2013 14:46:24 +0000 (10:46 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Jun 2013 06:34:54 +0000 (23:34 -0700)
There are other examples in git-clone.txt demonstrating both '--bare'
and '-l -s'.

Signed-off-by: W. Trevor King <wking@tremily.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt

index a0727d7759aefef4dede0fb40008b7b1ee957b2d..d8a64d4a99a70c61e2a6b00d9872a86c3a4fa85f 100644 (file)
@@ -271,13 +271,6 @@ $ 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 \
-    /pub/scm/.../me/subsys-2.6.git
-------------
-
 GIT
 ---
 Part of the linkgit:git[1] suite