diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-02-13 13:39:25 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-13 13:39:25 -0800 |
| commit | f036245819e5981910ee39f72be6122c0ffbea2f (patch) | |
| tree | 86bd865e566ab1f35cdffdff3304b4c58f6cf641 | |
| parent | 7855effc952777f2fac284e4461743cf5aa20ee6 (diff) | |
| parent | 831989ef383c85bc32a0b27d51d9e48111f6d4d6 (diff) | |
| download | git-f036245819e5981910ee39f72be6122c0ffbea2f.tar.xz | |
Merge branch 'mc/doc-send-email-signed-off-by-cc'
Docfix.
* mc/doc-send-email-signed-off-by-cc:
doc: send-email: correct --no-signed-off-by-cc misspelling
| -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:: |
