]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: send-email: correct --no-signed-off-by-cc misspelling
authorMatěj Cepl <mcepl@cepl.eu>
Thu, 5 Feb 2026 16:24:01 +0000 (17:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Feb 2026 19:38:54 +0000 (11:38 -0800)
There is no option --signed-off-cc (without -by) for git send-email.

Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
[kh: rebased and changed subject to house style]
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
[jc: minor copyedit in the commit message]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.adoc

index ebe8853e9f5da7ab3d89fd5e15e40a77ed122f8d..44ae2ed5bff99944784abda13116ea15d8187722 100644 (file)
@@ -435,7 +435,7 @@ Automating
 +
 Default is the value of `sendemail.suppressCc` configuration value; if
 that is unspecified, default to `self` if `--suppress-from` is
-specified, as well as `body` if `--no-signed-off-cc` is specified.
+specified, as well as `body` if `--no-signed-off-by-cc` is specified.
 
 --suppress-from::
 --no-suppress-from::