aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/urls.txt
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2024-03-10 19:10:29 +0000
committerJunio C Hamano <gitster@pobox.com>2024-03-11 09:58:11 -0700
commitd3717e1e9ceccc30910622795ed241163660dab7 (patch)
treecb854fd54738fbff68631039feb797a442763342 /Documentation/urls.txt
parente7b3a7683c85c806f557814b52b199a1917ae070 (diff)
downloadgit-d3717e1e9ceccc30910622795ed241163660dab7.tar.gz
doc: git-clone: format verbatim words
We also apply the formatting to urls.txt which is included. 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.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/urls.txt b/Documentation/urls.txt
index ce671f812d..9af19be207 100644
--- a/Documentation/urls.txt
+++ b/Documentation/urls.txt
@@ -44,20 +44,20 @@ syntaxes may be used:
ifndef::git-clone[]
These two syntaxes are mostly equivalent, except when cloning, when
-the former implies --local option. See linkgit:git-clone[1] for
+the former implies `--local` option. See linkgit:git-clone[1] for
details.
endif::git-clone[]
ifdef::git-clone[]
These two syntaxes are mostly equivalent, except the former implies
---local option.
+`--local` option.
endif::git-clone[]
-'git clone', 'git fetch' and 'git pull', but not 'git push', will also
+`git clone`, `git fetch` and `git pull`, but not `git push`, will also
accept a suitable bundle file. See linkgit:git-bundle[1].
When Git doesn't know how to handle a certain transport protocol, it
-attempts to use the 'remote-<transport>' remote helper, if one
+attempts to use the `remote-<transport>` remote helper, if one
exists. To explicitly request a remote helper, the following syntax
may be used: