From 8c8fc53c7d3daf07f690c1d88ce45849663e6fa4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 22 Jun 2013 10:46:24 -0400 Subject: 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 --- Documentation/git-clone.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Documentation') 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 -- cgit v1.2.3