diff options
| author | Matěj Cepl <mcepl@cepl.eu> | 2026-02-05 17:24:01 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-05 11:38:54 -0800 |
| commit | 831989ef383c85bc32a0b27d51d9e48111f6d4d6 (patch) | |
| tree | 4e47a84fc7801591a7f9141acb50655db51e2c4d | |
| parent | 67ad42147a7acc2af6074753ebd03d904476118f (diff) | |
| download | git-831989ef383c85bc32a0b27d51d9e48111f6d4d6.tar.xz | |
doc: send-email: correct --no-signed-off-by-cc misspelling
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>
| -rw-r--r-- | Documentation/git-send-email.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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:: |
