[PATCH 3/4] doc: am: add missing config am.messageId
From: <hidden>
Date: 2026-02-09 17:36:24
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: <hidden>
Date: 2026-02-09 17:36:24
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: Kristoffer Haugsbakk <redacted> Signed-off-by: Kristoffer Haugsbakk <redacted> --- Documentation/config/am.adoc | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/Documentation/config/am.adoc b/Documentation/config/am.adoc
index 19ef5aa00c4..e9561e12d74 100644
--- a/Documentation/config/am.adoc
+++ b/Documentation/config/am.adoc@@ -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.
--
2.53.0.26.g2afa8602a26