From: Sergei Organov Date: Fri, 16 Nov 2007 18:43:16 +0000 (+0300) Subject: Documentation: fix git-clone manpage not to refer to itself X-Git-Tag: v1.5.4-rc0~194 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=347989f4ea9f7ced91c482e4d77cc50ed31d2f50;p=git.git Documentation: fix git-clone manpage not to refer to itself Signed-off-by: Sergei Organov Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 14e58f386..c90bcece2 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -130,6 +130,7 @@ OPTIONS for "host.xz:foo/.git"). Cloning into an existing directory is not allowed. +:git-clone: 1 include::urls.txt[] Examples diff --git a/Documentation/urls.txt b/Documentation/urls.txt index e67f9140a..4f667382e 100644 --- a/Documentation/urls.txt +++ b/Documentation/urls.txt @@ -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. +endif::git-clone[] + +ifdef::git-clone[] +They are equivalent, except the former implies --local option. +endif::git-clone[]