* [PATCH v2] doc(send-email): use correct name of the --signed-off-by-cc in git send-email doc
@ 2025-02-18 8:58 Matěj Cepl
2025-02-18 11:22 ` Patrick Steinhardt
2026-02-05 16:24 ` [PATCH v3] doc: send-email: correct --no-signed-off-by-cc misspelling kristofferhaugsbakk
0 siblings, 2 replies; 4+ messages in thread
From: Matěj Cepl @ 2025-02-18 8:58 UTC (permalink / raw)
To: git; +Cc: Matěj Cepl
I don’t think there is an option --signed-off-cc (without -by)
for git send-email.
Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
---
Rebase on the top of the current master (Whoops!) and improve the commit message.
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 7f223db42d..5287f1115f 100644
--- a/Documentation/git-send-email.adoc
+++ b/Documentation/git-send-email.adoc
@@ -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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] doc(send-email): use correct name of the --signed-off-by-cc in git send-email doc
2025-02-18 8:58 [PATCH v2] doc(send-email): use correct name of the --signed-off-by-cc in git send-email doc Matěj Cepl
@ 2025-02-18 11:22 ` Patrick Steinhardt
2025-02-18 15:21 ` Matěj Cepl
2026-02-05 16:24 ` [PATCH v3] doc: send-email: correct --no-signed-off-by-cc misspelling kristofferhaugsbakk
1 sibling, 1 reply; 4+ messages in thread
From: Patrick Steinhardt @ 2025-02-18 11:22 UTC (permalink / raw)
To: Matěj Cepl; +Cc: git
On Tue, Feb 18, 2025 at 09:58:38AM +0100, Matěj Cepl wrote:
> I don’t think there is an option --signed-off-cc (without -by)
> for git send-email.
>
> Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
> ---
> Rebase on the top of the current master (Whoops!) and improve the commit message.
It's better, but still not quite there:
- The subject now uses `doc(send-email)`, which is an idiom we don't
use over here.
- The commit message still doesn't use imperative mood.
I know, we're quite pedantic about commit messages over here, but please
bear with us :) How about this instead:
docs: fix misspelled `--no-signed-off-by-cc` in git-send-email(1)
In git-send-email(1) we reference the `--no-signed-off-cc` command
line argument. This argument does not exist and never has existed,
but it is an obvious misspelling of `--no-signed-off-by-cc`.
Fix the misspelled argument.
Signed-off-by: ...
It would also be great if you send future revisions of a patch series in
the same thread. You can do so via `--in-reply-to`, where the parameter
is the message ID of the first message of the first version of your
patch series.
Thanks!
Patrick
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH v2] doc(send-email): use correct name of the --signed-off-by-cc in git send-email doc
2025-02-18 11:22 ` Patrick Steinhardt
@ 2025-02-18 15:21 ` Matěj Cepl
0 siblings, 0 replies; 4+ messages in thread
From: Matěj Cepl @ 2025-02-18 15:21 UTC (permalink / raw)
To: Patrick Steinhardt; +Cc: git
[-- Attachment #1.1.1: Type: text/plain, Size: 2867 bytes --]
On Tue Feb 18, 2025 at 12:25 PM CET, Patrick Steinhardt wrote:
> I know, we're quite pedantic about commit messages over here, but please
> bear with us :) How about this instead:
No, I don’t think you are and I don’t think I will. There are no
rules, there are people who are in and can do whatever they want
to do and anybody who dares to contribute for the first time is
needlessly harrassed. See this:
mitmanek:git (git-send-email-manpage-fix) $ git log --oneline --follow Documentation/git-send-email.adoc |head
f18690968f doc(send-email): use correct name of the --signed-off-by-cc in git send-email doc
1f010d6bdf doc: use .adoc extension for AsciiDoc files
7ffcbafbf3 send-email: document --mailmap and associated configuration
c038a6f1d7 send-email: teach git send-email option to translate aliases
0620ae0f5b doc: format alternatives in synopsis
82d75402d5 documentation: send-email: use camel case consistently
2162f9f6f8 doc: enforce dashes in placeholders
d05b08cd52 doc: switch links to https
3ec6167567 send-email: handle to/cc/bcc from --compose message
e0c7e2c326 doc/send-email: mention handling of "reply-to" with --compose
cf6cac2005 documentation: wording improvements
ba92106e93 send-email: add --header-cmd, --no-header-cmd options
839ebad442 send-email docs: Remove mention of discontinued gmail feature
ba4324c4e1 e-mail workflow: Message-ID is spelled with ID in both capital letters
a2634646eb docs: git-send-email: difference between ssl and tls smtp-encryption
bac1d52cfe send-email docs: de-duplicate configuration sections
a2ce608244 send-email docs: add format-patch options
cd5b33fbdc git-send-email: add option to specify sendmail command
155067ab4f git-send-email.txt: mention less secure app access with Gmail
3abd4a67d9 Documentation: stylistically normalize references to Signed-off-by:
mitmanek:git (git-send-email-manpage-fix) $
This is not being pedantic about anything. And all that in the
email-driven project, where changing the patch before applying
is absolutely no problem whatsoever. And all that harassment for
three character change.
This harassment and complete NIH-syndrom ruling everything (git
is the only project I have met so far, which didn’t settle on
the vaguely K&R style for shell scripting, but why not to pester
newbies with need to have specific settings in everything just
for this one project, right?) leads me to abandoning this and
couple of other attempts to contribute. Of course, accepting
conventional commits (the only real standard in commit messages I
know about) is beneath your station in life.
Have a nice day,
Matěj
--
http://matej.ceplovi.cz/blog/, @mcepl@en.osm.town
GPG Finger: 3C76 A027 CA45 AD70 98B5 BC1D 7920 5802 880B C9D8
Afraid to die alone?
Become a bus driver.
-- alleged easter egg in notepad++
[-- Attachment #1.2: E09FEF25D96484AC.asc --]
[-- Type: application/pgp-keys, Size: 3102 bytes --]
-----BEGIN PGP PUBLIC KEY BLOCK-----
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
wwCdEnRlCGlvnO78R0FgKXlt3RyzGuE=
=sxoW
-----END PGP PUBLIC KEY BLOCK-----
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 216 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v3] doc: send-email: correct --no-signed-off-by-cc misspelling
2025-02-18 8:58 [PATCH v2] doc(send-email): use correct name of the --signed-off-by-cc in git send-email doc Matěj Cepl
2025-02-18 11:22 ` Patrick Steinhardt
@ 2026-02-05 16:24 ` kristofferhaugsbakk
1 sibling, 0 replies; 4+ messages in thread
From: kristofferhaugsbakk @ 2026-02-05 16:24 UTC (permalink / raw)
To: git; +Cc: Matěj Cepl, ps, Kristoffer Haugsbakk
From: Matěj Cepl <mcepl@cepl.eu>
I don’t think there is an 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>
---
Notes (series):
v3:
I left the rest of the commit message alone because I think it is okay.
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 ebe8853e9f5..44ae2ed5bff 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::
base-commit: 67ad42147a7acc2af6074753ebd03d904476118f
--
2.53.0.26.g2afa8602a26
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-02-05 16:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18 8:58 [PATCH v2] doc(send-email): use correct name of the --signed-off-by-cc in git send-email doc Matěj Cepl
2025-02-18 11:22 ` Patrick Steinhardt
2025-02-18 15:21 ` Matěj Cepl
2026-02-05 16:24 ` [PATCH v3] doc: send-email: correct --no-signed-off-by-cc misspelling kristofferhaugsbakk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox