Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc/clone: Remove the '--bare -l -s' example
author
W. Trevor King
<wking@tremily.us>
Sat, 22 Jun 2013 14:46:24 +0000
(10:46 -0400)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3e7a5b4
)
diff --git
a/Documentation/git-clone.txt
b/Documentation/git-clone.txt
index a0727d7759aefef4dede0fb40008b7b1ee957b2d..d8a64d4a99a70c61e2a6b00d9872a86c3a4fa85f 100644
(file)
--- 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