We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c9303b + e6b3f37 commit b2b627bCopy full SHA for b2b627b
1 file changed
Documentation/git-am.adoc
@@ -84,15 +84,14 @@ OPTIONS
84
85
-m::
86
--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.
+ Pass the `-m` flag to linkgit:git-mailinfo[1],
+ so that the `Message-ID` header is added to the commit message.
+ The `am.messageid` configuration variable can be used to specify
+ the default behaviour.
92
93
--no-message-id::
94
Do not add the Message-ID header to the commit message.
95
- `no-message-id` is useful to override `am.messageid`.
+ `--no-message-id` is useful to override `am.messageid`.
96
97
-q::
98
--quiet::
0 commit comments