diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-05-08 06:59:24 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-08 06:59:24 (GMT) |
commit | 535cfa32d775b72dcbc282f31a53ef0090146781 (patch) | |
tree | 5d2ef853b0fc47afefff4553aaa4467436dbed76 /Documentation/gitk.txt | |
parent | 3138f23c2e991a4b545760f629e7ac74f265fb52 (diff) | |
parent | 4c57a4f8fedddff474e8d1efb11003c75d088341 (diff) | |
download | git-535cfa32d775b72dcbc282f31a53ef0090146781.zip git-535cfa32d775b72dcbc282f31a53ef0090146781.tar.gz git-535cfa32d775b72dcbc282f31a53ef0090146781.tar.bz2 |
Merge branch 'ma/double-dashes-in-docs'
Doc formatting updates.
* ma/double-dashes-in-docs:
git-submodule.txt: quote usage in monospace, drop backslash
git-[short]log.txt: unify quoted standalone --
doc: convert [\--] to [--]
doc: convert \--option to --option
Diffstat (limited to 'Documentation/gitk.txt')
-rw-r--r-- | Documentation/gitk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index ca96c28..244cd01 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 ----------- |