File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1054,7 +1054,7 @@ relative-marks::
10541054no-relative-marks::
10551055force::
10561056 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
10581058 (see OPTIONS, above).
10591059
10601060import-marks::
@@ -1105,7 +1105,7 @@ options the user may specify to git fast-import itself.
11051105
11061106The `<option>` part of the command may contain any of the options
11071107listed 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.
11091109
11101110Option commands must be the first commands on the input (not counting
11111111feature commands), to give an option command after any non-option
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ to other tags will be rewritten to point to the underlying commit.
197197<rev-list options>...::
198198 Arguments for 'git rev-list'. All positive refs included by
199199 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
201201 the 'git filter-branch' options. Implies <<Remap_to_ancestor>>.
202202
203203
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ endif::git-rev-list[]
193193
194194--stdin::
195195 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
197197 seen, stop reading commits and start reading paths to limit the
198198 result.
199199
You can’t perform that action at this time.
0 commit comments