Documentation/git-interpret-trailers: explain possible values
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
fc54c1af3e
commit
1e83b9bfdd
@ -88,7 +88,8 @@ OPTIONS
|
|||||||
Specify where all new trailers will be added. A setting
|
Specify where all new trailers will be added. A setting
|
||||||
provided with '--where' overrides all configuration variables
|
provided with '--where' overrides all configuration variables
|
||||||
and applies to all '--trailer' options until the next occurrence of
|
and applies to all '--trailer' options until the next occurrence of
|
||||||
'--where' or '--no-where'.
|
'--where' or '--no-where'. Possible values are `after`, `before`,
|
||||||
|
`end` or `start`.
|
||||||
|
|
||||||
--if-exists <action>::
|
--if-exists <action>::
|
||||||
--no-if-exists::
|
--no-if-exists::
|
||||||
@ -96,7 +97,8 @@ OPTIONS
|
|||||||
least one trailer with the same <token> in the message. A setting
|
least one trailer with the same <token> in the message. A setting
|
||||||
provided with '--if-exists' overrides all configuration variables
|
provided with '--if-exists' overrides all configuration variables
|
||||||
and applies to all '--trailer' options until the next occurrence of
|
and applies to all '--trailer' options until the next occurrence of
|
||||||
'--if-exists' or '--no-if-exists'.
|
'--if-exists' or '--no-if-exists'. Possible actions are `addIfDifferent`,
|
||||||
|
`addIfDifferentNeighbor`, `add`, `replace` and `doNothing`.
|
||||||
|
|
||||||
--if-missing <action>::
|
--if-missing <action>::
|
||||||
--no-if-missing::
|
--no-if-missing::
|
||||||
@ -104,7 +106,8 @@ OPTIONS
|
|||||||
trailer with the same <token> in the message. A setting
|
trailer with the same <token> in the message. A setting
|
||||||
provided with '--if-missing' overrides all configuration variables
|
provided with '--if-missing' overrides all configuration variables
|
||||||
and applies to all '--trailer' options until the next occurrence of
|
and applies to all '--trailer' options until the next occurrence of
|
||||||
'--if-missing' or '--no-if-missing'.
|
'--if-missing' or '--no-if-missing'. Possible actions are `doNothing`
|
||||||
|
or `add`.
|
||||||
|
|
||||||
--only-trailers::
|
--only-trailers::
|
||||||
Output only the trailers, not any other parts of the input.
|
Output only the trailers, not any other parts of the input.
|
||||||
|
Loading…
Reference in New Issue
Block a user