Re: [PATCH v7 0/2] modify Signed-off-by field

From: Paul Menzel
Date: Tue Apr 30 2024 - 02:49:40 EST


Dear Kelly,


Am 30.04.24 um 06:58 schrieb Kelly Hung:
For the warning message:
From: Kelly Hung '<ppighouse@xxxxxxxxx>' != 'Signed-off-by: Kelly Hung <Kelly_Hung@xxxxxxxx>'

I replaced Kelly_Hung@xxxxxxxx with my private Gmail account.

Due to a security issue with ASUS's mail server, I am unable to use
ASUS's mail system to send patches out from my build server.
So I executed git send-email using my private gmail account.

To put light on ASUS’ upstream work, using your company address would be nice in my opinion. Do you have it configured everything in git (`~/.gitconfig`)?

git config --global user.name "Kelly Hung"
git config --global user.email Kelly_Hung@xxxxxxxx

Then `git format-patch` and `git send-email` should put

From: Kelly Hung <Kelly_Hung@xxxxxxxx>

at the top of the message.


Kind regards,

Paul