git-submodule(1): update description and key names
[gitweb.git] / Documentation / git-clone.txt
index 4a5bab510eb9346d815522f9c9df9af6b0a850a3..2f39864b8e0637f94ccd6104c7651de110a5fe4f 100644 (file)
@@ -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
 --------