aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitk.txt
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-10-19 19:24:43 +0200
committerShawn O. Pearce <spearce@spearce.org>2007-10-19 23:13:28 -0400
commit1d5bf7fcee6122931bd04c97269d64f8f282ec55 (patch)
tree2df7ee83eb0f1a13ce8751715eebd0b2552d0838 /Documentation/gitk.txt
parent5eb73581679abb41dcdf9ad7fa63fa156e078790 (diff)
downloadgit-1d5bf7fcee6122931bd04c97269d64f8f282ec55.tar.gz
gitk.txt: Fix markup.
For the manpage, avoid generating an em dash in code. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
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 e9f82b97b9..8dbfb0d5a3 100644
--- a/Documentation/gitk.txt
+++ b/Documentation/gitk.txt
@@ -69,7 +69,7 @@ gitk --since="2 weeks ago" \-- gitk::
The "--" is necessary to avoid confusion with the *branch* named
'gitk'
-gitk --max-count=100 --all -- Makefile::
+gitk --max-count=100 --all \-- Makefile::
Show at most 100 changes made to the file 'Makefile'. Instead of only
looking for changes in the current branch look in all branches.