From 831989ef383c85bc32a0b27d51d9e48111f6d4d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 5 Feb 2026 17:24:01 +0100 Subject: [PATCH] doc: send-email: correct --no-signed-off-by-cc misspelling MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit There is no option --signed-off-cc (without -by) for git send-email. Signed-off-by: Matěj Cepl [kh: rebased and changed subject to house style] Signed-off-by: Kristoffer Haugsbakk [jc: minor copyedit in the commit message] Signed-off-by: Junio C Hamano --- Documentation/git-send-email.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-send-email.adoc b/Documentation/git-send-email.adoc index ebe8853e9f..44ae2ed5bf 100644 --- a/Documentation/git-send-email.adoc +++ b/Documentation/git-send-email.adoc @@ -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:: -- 2.47.3