* [PATCH] contributor-guide/submit-changes: Add real name in git sendmail.from
@ 2025-07-11 9:47 Mathieu Dubois-Briand
0 siblings, 0 replies; only message in thread
From: Mathieu Dubois-Briand @ 2025-07-11 9:47 UTC (permalink / raw)
To: docs; +Cc: Mathieu Dubois-Briand, yocto-patches, Thomas Petazzoni
Fix the git configuration sendmail.from example to include the user real
name in the mail "From:" field, as it would be the case when
sendmail.from is not set.
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
To: yocto-patches@lists.yoctoproject.org
CC: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
documentation/contributor-guide/submit-changes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index adb78fa08d8e..336b240f93ac 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -541,7 +541,7 @@ author name. The following will ensure that your e-mails have an additional
maintainers accepting your patches don't have to fix commit author information
manually::
- git config --global sendemail.from "linus.torvalds@kernel.org"
+ git config --global sendemail.from "Linus Torvalds <linus.torvalds@kernel.org>"
The ``sendemail.from`` should match your ``user.email`` setting,
which appears in the ``Signed-off-by`` line of your commits.
---
base-commit: 80084a4cabdf7f61c7e93eda8ddbd5bc7d54e041
change-id: 20250711-mathieu-sendmail_from-19b269a89d42
Best regards,
--
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-11 9:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-11 9:47 [PATCH] contributor-guide/submit-changes: Add real name in git sendmail.from Mathieu Dubois-Briand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).