Skip to content

Commit 2c7ee98

Browse files
avargitster
authored andcommitted
doc: change erroneous --[no]-whatever into --[no-]whatever
Change these two obvious typos to be in line with the rest of the documentation, which uses the correct --[no-]whatever form. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7c9c2f8 commit 2c7ee98

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)