Merge branch 'rd/tag-doc-lightweight'
[gitweb.git] / Documentation / git-log.txt
index be2f10b70b35c2435d7b7b530f1c2c9481982fc2..90761f169444c165f0e94ebc3b7731cd8d85d3f0 100644 (file)
@@ -96,7 +96,7 @@ include::line-range-format.txt[]
        Simplification' below for details and other simplification
        modes.
 +
-Paths may need to be prefixed with ``\-- '' to separate them from
+Paths may need to be prefixed with `--` to separate them from
 options or the revision range, when confusion arises.
 
 include::rev-list-options.txt[]
@@ -125,7 +125,7 @@ EXAMPLES
 `git log --since="2 weeks ago" -- gitk`::
 
        Show the changes during the last two weeks to the file 'gitk'.
-       The ``--'' is necessary to avoid confusion with the *branch* named
+       The `--` is necessary to avoid confusion with the *branch* named
        'gitk'
 
 `git log --name-status release..test`::