Skip to content

Commit 04b125d

Browse files
moygitster
authored andcommitted
doc: typeset '--' as literal
This was obtained with: perl -pi -e "s/'--'/\`--\`/g" *.txt Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bcf9626 commit 04b125d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/git-fast-import.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ relative-marks::
10541054
no-relative-marks::
10551055
force::
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

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

11061106
The `<option>` part of the command may contain any of the options
11071107
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.
11091109

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

Documentation/git-filter-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Documentation/rev-list-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)