mirror of
https://github.com/git/git.git
synced 2026-03-01 18:24:00 +01:00
doc: am: add missing config am.messageId
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
3c18135bfd
commit
c2f700ac27
@@ -12,3 +12,9 @@ am.threeWay::
|
||||
records the identity of blobs it is supposed to apply to and we
|
||||
have those blobs available locally (equivalent to giving the
|
||||
`--3way` option from the command line). Defaults to `false`.
|
||||
|
||||
am.messageId::
|
||||
Add a `Message-ID` trailer based on the email header to the
|
||||
commit when using linkgit:git-am[1] (see
|
||||
linkgit:git-interpret-trailers[1]). See also the `--message-id`
|
||||
and `--no-message-id` options.
|
||||
|
||||
Reference in New Issue
Block a user