]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: interpret-trailers: close all pairs of single quotes
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Fri, 22 Aug 2025 15:20:35 +0000 (17:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Aug 2025 18:12:27 +0000 (11:12 -0700)
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-interpret-trailers.adoc

index 82c8780d932f33e64416c82329c61f6b4758f8aa..fd335fe772ab9943260e587268f39230bde6e72d 100644 (file)
@@ -142,8 +142,8 @@ OPTIONS
        provided with '--if-exists' overrides the `trailer.ifExists` and any
        applicable `trailer.<keyAlias>.ifExists` configuration variables
        and applies to all '--trailer' options until the next occurrence of
-       '--if-exists' or '--no-if-exists'. Upon encountering '--no-if-exists, clear the
-       effect of any previous use of '--if-exists, such that the relevant configuration
+       '--if-exists' or '--no-if-exists'. Upon encountering '--no-if-exists', clear the
+       effect of any previous use of '--if-exists', such that the relevant configuration
        variables are no longer overridden. Possible actions are `addIfDifferent`,
        `addIfDifferentNeighbor`, `add`, `replace` and `doNothing`.
 
@@ -154,8 +154,8 @@ OPTIONS
        provided with '--if-missing' overrides the `trailer.ifMissing` and any
        applicable `trailer.<keyAlias>.ifMissing` configuration variables
        and applies to all '--trailer' options until the next occurrence of
-       '--if-missing' or '--no-if-missing'. Upon encountering '--no-if-missing,
-       clear the effect of any previous use of '--if-missing, such that the relevant
+       '--if-missing' or '--no-if-missing'. Upon encountering '--no-if-missing',
+       clear the effect of any previous use of '--if-missing', such that the relevant
        configuration variables are no longer overridden. Possible actions are `doNothing`
        or `add`.