Skip to content

Commit

Permalink
gitk.txt: Fix markup.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ralf Wildenhues authored and Shawn O. Pearce committed Oct 20, 2007
1 parent 5eb7358 commit 1d5bf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/gitk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1d5bf7f

Please sign in to comment.