From: Ralf Wildenhues Date: Fri, 19 Oct 2007 17:24:43 +0000 (+0200) Subject: gitk.txt: Fix markup. X-Git-Tag: v1.5.3.5~24 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1d5bf7fcee6122931bd04c97269d64f8f282ec55?ds=sidebyside gitk.txt: Fix markup. For the manpage, avoid generating an em dash in code. Signed-off-by: Ralf Wildenhues Signed-off-by: Shawn O. Pearce --- 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.