]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: am: add missing config am.messageId
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Mon, 9 Feb 2026 17:34:36 +0000 (18:34 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Feb 2026 18:34:05 +0000 (10:34 -0800)
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/am.adoc

index 19ef5aa00c46824088405f6f0fc500c18c56bb4e..e9561e12d7467e2058c1334122aa7c33e3e8a170 100644 (file)
@@ -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.