On 3/17/22 11:50, Alexandre Belloni via lists.openembedded.org wrote: > On 17/03/2022 11:01:12+0100, Michael Opdenacker via lists.openembedded.org > wrote: >> Hi Quentin, >> >> On 3/17/22 10:43, Quentin Schulz wrote: >>> Maybe there's something you can do to configure git send-email to add >>> your >>> >>> From: Michael Opdenacker <[email protected]" >>> >>> at the top of the mail. See my patches on the ML to see what I mean >>> exactly but that should make it nicer to maintainers because this From >>> will be used and not the one from the mailbox's from field. >>> >>> FWIW, I did nothing in the configuration of git to have this, it's >>> just that it probably detects that the sendemail.from config is >>> different from the commit author mail address and adds it. >> >> Thanks for the tip. It could work, as my early tests show a difference >> in the received e-mails. >> > I couldn't convince git to do it since it thinks the sender matches the > author.
Yoohoo, it worked in my case, through this message I've just sent: https://lore.kernel.org/yocto-docs/[email protected]/T/#u All I had to do was add this line to my ~/.gitconfig file (in the [sendemail] section): from = [email protected] Now, there is an explicity "From" field in the body of the e-mail received through the mailing list. Compare with https://lore.kernel.org/yocto-docs/[email protected]/T/#u, in which there was just the "Signed-off-by" information. Many thanks, Quentin! Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#163385): https://lists.openembedded.org/g/openembedded-core/message/163385 Mute This Topic: https://lists.openembedded.org/mt/89831232/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
