Browse Source

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 18 years ago committed by Shawn O. Pearce
parent
commit
1d5bf7fcee
  1. 2
      Documentation/gitk.txt

2
Documentation/gitk.txt

@ -69,7 +69,7 @@ gitk --since="2 weeks ago" \-- gitk:: @@ -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.

Loading…
Cancel
Save