diff options
author | W. Trevor King <wking@tremily.us> | 2013-06-22 10:46:24 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-22 23:34:54 -0700 |
commit | 8c8fc53c7d3daf07f690c1d88ce45849663e6fa4 (patch) | |
tree | 88b64284d37a6becca8087afb9b4f3186e150ca0 /Documentation | |
parent | Sync with maint (diff) | |
download | tgif-8c8fc53c7d3daf07f690c1d88ce45849663e6fa4.tar.xz |
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')
-rw-r--r-- | Documentation/git-clone.txt | 7 |
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 |