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>
Matthieu Moy committed
Jun 28, 2016 at 13:40 UTC
04b125de7ead1bfa8fd3648293285b88f3c09af6
3 files changed
+4
-4
Documentation/git-fast-import.txt
+2
-2
@@ -1054,7 +1054,7 @@ relative-marks::
1054
no-relative-marks::
1055
force::
1056
Act as though the corresponding command-line option with
1057
- a leading '--' was passed on the command line
1057
+ a leading `--` was passed on the command line
1058
(see OPTIONS, above).
1059
1060
import-marks::
@@ -1105,7 +1105,7 @@ options the user may specify to git fast-import itself.
1105
1106
The `<option>` part of the command may contain any of the options
1107
listed in the OPTIONS section that do not change import semantics,
1108
-without the leading '--' and is treated in the same way.
1108
+without the leading `--` and is treated in the same way.
1109
1110
Option commands must be the first commands on the input (not counting
1111
feature commands), to give an option command after any non-option
Documentation/git-filter-branch.txt
+1
-1
@@ -197,7 +197,7 @@ to other tags will be rewritten to point to the underlying commit.
197
<rev-list options>...::
198
Arguments for 'git rev-list'. All positive refs included by
199
these options are rewritten. You may also specify options
200
- such as `--all`, but you must use '--' to separate them from
200
+ such as `--all`, but you must use `--` to separate them from
201
the 'git filter-branch' options. Implies <<Remap_to_ancestor>>.
202
203
Documentation/rev-list-options.txt
+1
-1
@@ -193,7 +193,7 @@ endif::git-rev-list[]
193
194
--stdin::
195
In addition to the '<commit>' listed on the command
196
- line, read them from the standard input. If a '--' separator is
196
+ line, read them from the standard input. If a `--` separator is
197
seen, stop reading commits and start reading paths to limit the
198
result.
199