Skip to content

Commit 374579c

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: interpret-trailers: close all pairs of single quotes
Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 47243ee commit 374579c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-interpret-trailers.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ OPTIONS
142142
provided with '--if-exists' overrides the `trailer.ifExists` and any
143143
applicable `trailer.<keyAlias>.ifExists` configuration variables
144144
and applies to all '--trailer' options until the next occurrence of
145-
'--if-exists' or '--no-if-exists'. Upon encountering '--no-if-exists, clear the
146-
effect of any previous use of '--if-exists, such that the relevant configuration
145+
'--if-exists' or '--no-if-exists'. Upon encountering '--no-if-exists', clear the
146+
effect of any previous use of '--if-exists', such that the relevant configuration
147147
variables are no longer overridden. Possible actions are `addIfDifferent`,
148148
`addIfDifferentNeighbor`, `add`, `replace` and `doNothing`.
149149

@@ -154,8 +154,8 @@ OPTIONS
154154
provided with '--if-missing' overrides the `trailer.ifMissing` and any
155155
applicable `trailer.<keyAlias>.ifMissing` configuration variables
156156
and applies to all '--trailer' options until the next occurrence of
157-
'--if-missing' or '--no-if-missing'. Upon encountering '--no-if-missing,
158-
clear the effect of any previous use of '--if-missing, such that the relevant
157+
'--if-missing' or '--no-if-missing'. Upon encountering '--no-if-missing',
158+
clear the effect of any previous use of '--if-missing', such that the relevant
159159
configuration variables are no longer overridden. Possible actions are `doNothing`
160160
or `add`.
161161

0 commit comments

Comments
 (0)