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::
1054
1054
no-relative-marks::
1055
1055
force::
1056
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
1058
(see OPTIONS, above).
1059
1059
1060
1060
import-marks::
@@ -1105,7 +1105,7 @@ options the user may specify to git fast-import itself.
1105
1105
1106
1106
The `<option>` part of the command may contain any of the options
1107
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
1109
1110
1110
Option commands must be the first commands on the input (not counting
1111
1111
feature 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.
197
197
<rev-list options>...::
198
198
Arguments for 'git rev-list'. All positive refs included by
199
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
201
the 'git filter-branch' options. Implies <<Remap_to_ancestor>>.
202
202
203
203
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ endif::git-rev-list[]
193
193
194
194
--stdin::
195
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
197
seen, stop reading commits and start reading paths to limit the
198
198
result.
199
199
You can’t perform that action at this time.
0 commit comments