I don’t think there is an option --signed-off-cc (without -by) for git send-email. Signed-off-by: Matěj Cepl <mcepl@xxxxxxx> --- Documentation/git-send-email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index bc3ef45acb..d762058907 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -389,7 +389,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. --[no-]suppress-from:: If this is set, do not add the From: address to the cc: list. -- 2.48.1