From: W. Trevor King Date: Sat, 22 Jun 2013 14:46:24 +0000 (-0400) Subject: doc/clone: Remove the '--bare -l -s' example X-Git-Tag: v1.8.4-rc0~98^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c8fc53c7d3daf07f690c1d88ce45849663e6fa4;p=thirdparty%2Fgit.git doc/clone: Remove the '--bare -l -s' example There are other examples in git-clone.txt demonstrating both '--bare' and '-l -s'. Signed-off-by: W. Trevor King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index a0727d7759..d8a64d4a99 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -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