diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2007-10-19 19:24:43 +0200 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-10-19 23:13:28 -0400 |
commit | 1d5bf7fcee6122931bd04c97269d64f8f282ec55 (patch) | |
tree | 2df7ee83eb0f1a13ce8751715eebd0b2552d0838 | |
parent | 5eb73581679abb41dcdf9ad7fa63fa156e078790 (diff) | |
download | git-1d5bf7fcee6122931bd04c97269d64f8f282ec55.tar.gz git-1d5bf7fcee6122931bd04c97269d64f8f282ec55.tar.xz |
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>
-rw-r--r-- | Documentation/gitk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index e9f82b97b..8dbfb0d5a 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. |