Skip to content

Commit 75d4476

Browse files
committed
Merge branch 'ab/doc-no-option-notation-fix' into maint
Doc fix. * ab/doc-no-option-notation-fix: doc: change erroneous --[no]-whatever into --[no-]whatever
2 parents ce9e617 + 2c7ee98 commit 75d4476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-format-patch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ keeping them as Git notes allows them to be maintained between versions
239239
of the patch series (but see the discussion of the `notes.rewrite`
240240
configuration options in linkgit:git-notes[1] to use this workflow).
241241

242-
--[no]-signature=<signature>::
242+
--[no-]signature=<signature>::
243243
Add a signature to each message produced. Per RFC 3676 the signature
244244
is separated from the body by a line with '-- ' on it. If the
245245
signature option is omitted the signature defaults to the Git version

Documentation/git-send-email.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ See the CONFIGURATION section for `sendemail.multiEdit`.
8989
reply to the given Message-Id, which avoids breaking threads to
9090
provide a new patch series.
9191
The second and subsequent emails will be sent as replies according to
92-
the `--[no]-chain-reply-to` setting.
92+
the `--[no-]chain-reply-to` setting.
9393
+
9494
So for example when `--thread` and `--no-chain-reply-to` are specified, the
9595
second and subsequent patches will be replies to the first one like in the

0 commit comments

Comments
 (0)