summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-06 17:01:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-06 17:01:58 +0000
commit330aae6bbe14d97917b66994484cabd0307d1873 (patch)
tree2aacf2132ef04edb9585efde292183e227ace991 /git-clone.txt
parent28d8ede23f022507f55c91fdc009374fc335cc19 (diff)
downloadgit-htmldocs-330aae6bbe14d97917b66994484cabd0307d1873.tar.gz
Autogenerated HTML docs for v1.5.3-rc0-39-g46f7
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-clone.txt b/git-clone.txt
index 4a5bab510..2f39864b8 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -106,8 +106,9 @@ OPTIONS
as patches.
<repository>::
- The (possibly remote) repository to clone from. It can
- be any URL git-fetch supports.
+ The (possibly remote) repository to clone from. See the
+ <<URLS,URLS>> section below for more information on specifying
+ repositories.
<directory>::
The name of a new directory to clone into. The "humanish"
@@ -116,6 +117,8 @@ OPTIONS
for "host.xz:foo/.git"). Cloning into an existing directory
is not allowed.
+include::urls.txt[]
+
Examples
--------