]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/urls.txt
git-cvsimport.txt: fix '-M' description.
[git.git] / Documentation / urls.txt
index e67f9140ab6be15499b60a8a87ec524a5357a284..81ac17f32a0587e3d2d41eb8ee89dd85e13f1802 100644 (file)
@@ -36,5 +36,11 @@ To sync with a local directory, you can use:
 - file:///path/to/repo.git/
 ===============================================================
 
+ifndef::git-clone[]
 They are mostly equivalent, except when cloning.  See
-gitlink:git-clone[1] for details.
+linkgit:git-clone[1] for details.
+endif::git-clone[]
+
+ifdef::git-clone[]
+They are equivalent, except the former implies --local option.
+endif::git-clone[]