summaryrefslogtreecommitdiffstats
path: root/Documentation/gitk.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2018-04-17 21:15:27 +0200
committerJunio C Hamano <gitster@pobox.com>2018-04-18 05:49:26 +0200
commit933c758c7d9520033b1ead979df5a2723a4a10e3 (patch)
treeefaf92952f7c604051a9e72c74b64de533057b26 /Documentation/gitk.txt
parentdoc: convert \--option to --option (diff)
downloadgit-933c758c7d9520033b1ead979df5a2723a4a10e3.tar.xz
git-933c758c7d9520033b1ead979df5a2723a4a10e3.zip
doc: convert [\--] to [--]
Commit 1c262bb7b (doc: convert \--option to --option, 2015-05-13) explains that we used to need to write \--option to play well with older versions of AsciiDoc, but that we do not support such versions anymore anyway, and that Asciidoctor literally renders \--. With [\--], which is used to denote the optional separator between revisions and paths, Asciidoctor renders the backslash literally. Change all [\--] to [--]. This changes nothing for AsciiDoc version 8.6.9, but is an improvement for Asciidoctor version 1.5.4. We use double-dashes in several list entries (\--::). In my testing, it appears that we do need to use the backslash there, so leave those. Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Diffstat (limited to '')
-rw-r--r--Documentation/gitk.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
index ca96c281d1..244cd01493 100644
--- a/Documentation/gitk.txt
+++ b/Documentation/gitk.txt
@@ -8,7 +8,7 @@ gitk - The Git repository browser
SYNOPSIS
--------
[verse]
-'gitk' [<options>] [<revision range>] [\--] [<path>...]
+'gitk' [<options>] [<revision range>] [--] [<path>...]
DESCRIPTION
-----------