Skip to content

Commit b2b627b

Browse files
committed
Merge branch 'kh/doc-am-xref'
Doc update. * kh/doc-am-xref: doc: am: correct to full --no-message-id doc: am: revert Message-ID trailer claim
2 parents 8c9303b + e6b3f37 commit b2b627b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Documentation/git-am.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,14 @@ OPTIONS
8484

8585
-m::
8686
--message-id::
87-
Pass the `-m` flag to linkgit:git-mailinfo[1], so that the
88-
`Message-ID` header is added as a trailer (see
89-
linkgit:git-interpret-trailers[1]). The `am.messageid`
90-
configuration variable can be used to specify the default
91-
behaviour.
87+
Pass the `-m` flag to linkgit:git-mailinfo[1],
88+
so that the `Message-ID` header is added to the commit message.
89+
The `am.messageid` configuration variable can be used to specify
90+
the default behaviour.
9291

9392
--no-message-id::
9493
Do not add the Message-ID header to the commit message.
95-
`no-message-id` is useful to override `am.messageid`.
94+
`--no-message-id` is useful to override `am.messageid`.
9695

9796
-q::
9897
--quiet::

0 commit comments

Comments
 (0)