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>
This commit is contained in:
parent
5eb7358167
commit
1d5bf7fcee
@ -69,7 +69,7 @@ gitk --since="2 weeks ago" \-- gitk::
|
|||||||
The "--" is necessary to avoid confusion with the *branch* named
|
The "--" is necessary to avoid confusion with the *branch* named
|
||||||
'gitk'
|
'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
|
Show at most 100 changes made to the file 'Makefile'. Instead of only
|
||||||
looking for changes in the current branch look in all branches.
|
looking for changes in the current branch look in all branches.
|
||||||
|
Loading…
Reference in New Issue
Block a user