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>
maint
Ralf Wildenhues 2007-10-19 19:24:43 +02:00 committed by Shawn O. Pearce
parent 5eb7358167
commit 1d5bf7fcee
1 changed files with 1 additions and 1 deletions

View File

@ -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.