doc: typeset '--' as literal

This was obtained with:

  perl -pi -e "s/'--'/\`--\`/g" *.txt

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Matthieu Moy 2016-06-28 13:40:12 +02:00 committed by Junio C Hamano
parent bcf9626a71
commit 04b125de7e
3 changed files with 4 additions and 4 deletions

View File

@ -1054,7 +1054,7 @@ relative-marks::
no-relative-marks:: no-relative-marks::
force:: force::
Act as though the corresponding command-line option with Act as though the corresponding command-line option with
a leading '--' was passed on the command line a leading `--` was passed on the command line
(see OPTIONS, above). (see OPTIONS, above).


import-marks:: import-marks::
@ -1105,7 +1105,7 @@ options the user may specify to git fast-import itself.


The `<option>` part of the command may contain any of the options The `<option>` part of the command may contain any of the options
listed in the OPTIONS section that do not change import semantics, listed in the OPTIONS section that do not change import semantics,
without the leading '--' and is treated in the same way. without the leading `--` and is treated in the same way.


Option commands must be the first commands on the input (not counting Option commands must be the first commands on the input (not counting
feature commands), to give an option command after any non-option feature commands), to give an option command after any non-option

View File

@ -197,7 +197,7 @@ to other tags will be rewritten to point to the underlying commit.
<rev-list options>...:: <rev-list options>...::
Arguments for 'git rev-list'. All positive refs included by Arguments for 'git rev-list'. All positive refs included by
these options are rewritten. You may also specify options these options are rewritten. You may also specify options
such as `--all`, but you must use '--' to separate them from such as `--all`, but you must use `--` to separate them from
the 'git filter-branch' options. Implies <<Remap_to_ancestor>>. the 'git filter-branch' options. Implies <<Remap_to_ancestor>>.





View File

@ -193,7 +193,7 @@ endif::git-rev-list[]


--stdin:: --stdin::
In addition to the '<commit>' listed on the command In addition to the '<commit>' listed on the command
line, read them from the standard input. If a '--' separator is line, read them from the standard input. If a `--` separator is
seen, stop reading commits and start reading paths to limit the seen, stop reading commits and start reading paths to limit the
result. result.