On Mon, Jun 16, 2025 at 12:15 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > >> From: rodrigocmichelassi <rodmichelassi@xxxxxxxxx> > > > > The From: header name/address should match your Signed-off-by: > > trailer, so you'll probably need to adjust your mailer settings. > > This is an in-body header most likely added by git-send-email, so > the name string is what the commit object recorded as its author. > What needs to be adjusted is not the mailer settings, but user.name, > if that is indeed the case. Thanks for the correction.