diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-05-08 15:59:32 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-08 15:59:32 +0900 |
commit | df7abe3fef01d7fa45114e4eb6cabf06f688b260 (patch) | |
tree | 022ff99971bcbd008d7af694b4046d86c03f5b4b | |
parent | Merge branch 'tg/demote-stash-save-in-completion' (diff) | |
parent | doc/clone: update caption for GIT URLS cross-reference (diff) | |
download | tgif-df7abe3fef01d7fa45114e4eb6cabf06f688b260.tar.xz |
Merge branch 'tz/doc-git-urls-reference'
Doc fix.
* tz/doc-git-urls-reference:
doc/clone: update caption for GIT URLS cross-reference
-rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 42ca7b5095..b844b9957c 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -260,7 +260,7 @@ or `--mirror` is given) <repository>:: The (possibly remote) repository to clone from. See the - <<URLS,URLS>> section below for more information on specifying + <<URLS,GIT URLS>> section below for more information on specifying repositories. <directory>:: |