Git fork

doc: interpret-trailers: close all pairs of single quotes

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Kristoffer Haugsbakk and committed by
Junio C Hamano
374579c6 47243eee

+4 -4
+4 -4
Documentation/git-interpret-trailers.adoc
··· 142 142 provided with '--if-exists' overrides the `trailer.ifExists` and any 143 143 applicable `trailer.<keyAlias>.ifExists` configuration variables 144 144 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 147 147 variables are no longer overridden. Possible actions are `addIfDifferent`, 148 148 `addIfDifferentNeighbor`, `add`, `replace` and `doNothing`. 149 149 ··· 154 154 provided with '--if-missing' overrides the `trailer.ifMissing` and any 155 155 applicable `trailer.<keyAlias>.ifMissing` configuration variables 156 156 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 159 159 configuration variables are no longer overridden. Possible actions are `doNothing` 160 160 or `add`. 161 161