diff options
| author | Kristoffer Haugsbakk <code@khaugsbakk.name> | 2026-02-09 18:34:36 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-09 10:34:05 -0800 |
| commit | c2f700ac27f8d382acb8d4e49b0f714234604fe4 (patch) | |
| tree | 0214bcb9c1bbfdff0958239d912fd6e3a7383b45 /Documentation | |
| parent | 3c18135bfd04d8ab1007137bcf565badc4ae2953 (diff) | |
| download | git-c2f700ac27f8d382acb8d4e49b0f714234604fe4.tar.xz | |
doc: am: add missing config am.messageId
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/config/am.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config/am.adoc b/Documentation/config/am.adoc index 19ef5aa00c..e9561e12d7 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. |
