aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/urls.txt
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2024-03-10 19:10:30 +0000
committerJunio C Hamano <gitster@pobox.com>2024-03-11 09:58:11 -0700
commit45d5ed3e50375a4b1c5d1bf49128aec975b0546d (patch)
tree56efb2b313ebd380beab19f63d613ac557c46fe1 /Documentation/urls.txt
parentd3717e1e9ceccc30910622795ed241163660dab7 (diff)
downloadgit-45d5ed3e50375a4b1c5d1bf49128aec975b0546d.tar.gz
doc: git-clone: format placeholders
With the new formatting rules, we use _<placeholders>_. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/urls.txt')
-rw-r--r--Documentation/urls.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/urls.txt b/Documentation/urls.txt
index 9af19be207..0b9e0c4302 100644
--- a/Documentation/urls.txt
+++ b/Documentation/urls.txt
@@ -61,9 +61,9 @@ attempts to use the `remote-<transport>` remote helper, if one
exists. To explicitly request a remote helper, the following syntax
may be used:
-- <transport>::<address>
+- _<transport>_::_<address>_
-where <address> may be a path, a server and path, or an arbitrary
+where _<address>_ may be a path, a server and path, or an arbitrary
URL-like string recognized by the specific remote helper being
invoked. See linkgit:gitremote-helpers[7] for details.