summaryrefslogtreecommitdiffstats
path: root/Documentation/gitk.txt
diff options
context:
space:
mode:
authorsean <seanlkml@sympatico.ca>2006-05-05 21:05:24 +0200
committerJunio C Hamano <junkio@cox.net>2006-05-05 23:21:52 +0200
commite994004f93a481414b9065ac24edd0807d1c311e (patch)
treea7055636fbd71e0bde0c1ed55d85893e6f330af2 /Documentation/gitk.txt
parentSeveral trivial documentation touch ups. (diff)
downloadgit-e994004f93a481414b9065ac24edd0807d1c311e.tar.xz
git-e994004f93a481414b9065ac24edd0807d1c311e.zip
Fix up docs where "--" isn't displayed correctly.
A bare "--" doesn't show up in man or html pages correctly as two individual dashes unless backslashed as \-- in the asciidoc source. Note, no backslash is needed inside a literal block. Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/gitk.txt')
-rw-r--r--Documentation/gitk.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
index eb126d7a4b..cb482bf98e 100644
--- a/Documentation/gitk.txt
+++ b/Documentation/gitk.txt
@@ -31,7 +31,7 @@ gitk v2.6.12.. include/scsi drivers/scsi::
Show as the changes since version 'v2.6.12' that changed any
file in the include/scsi or drivers/scsi subdirectories
-gitk --since="2 weeks ago" -- gitk::
+gitk --since="2 weeks ago" \-- gitk::
Show the changes during the last two weeks to the file 'gitk'.
The "--" is necessary to avoid confusion with the *branch* named