summaryrefslogtreecommitdiff
path: root/Documentation/git-fetch.txt
diff options
context:
space:
mode:
authorAndrei Rybak <rybak.a.v@gmail.com>2021-07-29 11:02:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-07-30 16:08:12 (GMT)
commitf0b922473e246f4288669c2ed20a0b4b5d6dec13 (patch)
treeb2ab103b73d97f20b237b0fb74fcb0da6fa332a7 /Documentation/git-fetch.txt
parentebf3c04b262aa27fbb97f8a0156c2347fecafafb (diff)
downloadgit-f0b922473e246f4288669c2ed20a0b4b5d6dec13.zip
git-f0b922473e246f4288669c2ed20a0b4b5d6dec13.tar.gz
git-f0b922473e246f4288669c2ed20a0b4b5d6dec13.tar.bz2
Documentation: render special characters correctly
Three hyphens are rendered verbatim, so "--" has to be used to produce a dash. There is no double arrow ("<->" is rendered as "<→"), so a left and right arrow "<-->" have to be combined for that. So fix asciidoc output for special characters. This is similar to fixes in commit de82095a95 (doc hash-function-transition: fix asciidoc output, 2021-02-05). Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com> Acked-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-fetch.txt')
-rw-r--r--Documentation/git-fetch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt
index 9067c20..550c16c 100644
--- a/Documentation/git-fetch.txt
+++ b/Documentation/git-fetch.txt
@@ -133,7 +133,7 @@ remember to run that, set `fetch.prune` globally, or
linkgit:git-config[1].
Here's where things get tricky and more specific. The pruning feature
-doesn't actually care about branches, instead it'll prune local <->
+doesn't actually care about branches, instead it'll prune local <-->
remote-references as a function of the refspec of the remote (see
`<refspec>` and <<CRTB,CONFIGURED REMOTE-TRACKING BRANCHES>> above).