aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2013-06-22 10:46:24 -0400
committerJunio C Hamano <gitster@pobox.com>2013-06-22 23:34:54 -0700
commit8c8fc53c7d3daf07f690c1d88ce45849663e6fa4 (patch)
tree88b64284d37a6becca8087afb9b4f3186e150ca0 /Documentation/git-clone.txt
parent3e7a5b489e45ae8a3a0b222893d58b172d883136 (diff)
downloadgit-8c8fc53c7d3daf07f690c1d88ce45849663e6fa4.tar.gz
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 <wking@tremily.us> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r--Documentation/git-clone.txt7
1 files changed, 0 insertions, 7 deletions
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