git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Add entry to mailmap file
@ 2024-09-06 15:30 Stephen P. Smith
  2024-09-06 15:30 ` [PATCH 1/1] .mailmap document current address Stephen P. Smith
  2024-09-06 15:49 ` [PATCH 0/1] Add entry to mailmap file Stephen Smith
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen P. Smith @ 2024-09-06 15:30 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, ishchis2

From: "Stephen P. Smith" <ishchis2@gmail.com>

Cox Communication quit supporting email in May. The accounts were
moved to yahoo and I was never able to figure out a way to send an
email that the yahoo web interface didn't modifiy in some way or I
would have sent this patch from the old address.

I have since closed the account for cox.net.

Stephen P. Smith (1):
  .mailmap document current address.

 .mailmap | 1 +
 1 file changed, 1 insertion(+)

-- 
2.46.0.267.gbb9c16bd4f


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] .mailmap document current address.
  2024-09-06 15:30 [PATCH 0/1] Add entry to mailmap file Stephen P. Smith
@ 2024-09-06 15:30 ` Stephen P. Smith
  2024-09-06 15:49 ` [PATCH 0/1] Add entry to mailmap file Stephen Smith
  1 sibling, 0 replies; 4+ messages in thread
From: Stephen P. Smith @ 2024-09-06 15:30 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, ishchis2

From: "Stephen P. Smith" <ishchis2@gmail.com>

Cox Communications no longer supports email and transfered accounts to
yahoo. I closed the account at yahoo since I use gmail.com.

Signed-off-by: Stephen P. Smith <ishchis2@gmail.com>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 18128a1250..96c2740fbb 100644
--- a/.mailmap
+++ b/.mailmap
@@ -257,6 +257,7 @@ Stefan Naewe <stefan.naewe@gmail.com> <stefan.naewe@googlemail.com>
 Stefan Sperling <stsp@elego.de> <stsp@stsp.name>
 Štěpán Němec <stepnem@gmail.com> <stepan.nemec@gmail.com>
 Stephen Boyd <bebarino@gmail.com> <sboyd@codeaurora.org>
+Stephen P. Smith <ishchis2@gmail.com> <ischis2@cox.net>
 Steven Drake <sdrake@xnet.co.nz> <sdrake@ihug.co.nz>
 Steven Grimm <koreth@midwinter.com> <sgrimm@sgrimm-mbp.local>
 Steven Grimm <koreth@midwinter.com> koreth@midwinter.com
-- 
2.46.0.267.gbb9c16bd4f


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] Add entry to mailmap file
  2024-09-06 15:30 [PATCH 0/1] Add entry to mailmap file Stephen P. Smith
  2024-09-06 15:30 ` [PATCH 1/1] .mailmap document current address Stephen P. Smith
@ 2024-09-06 15:49 ` Stephen Smith
  2024-09-06 16:10   ` Junio C Hamano
  1 sibling, 1 reply; 4+ messages in thread
From: Stephen Smith @ 2024-09-06 15:49 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Stephen Smith

> From: "Stephen P. Smith" <ishchis2@gmail.com>
> 

I don't know why git send-email added this extra From line to the body of the 
email.  This line is not part of the file that format-patch created.

> Cox Communication quit supporting email in May. The accounts were
> moved to yahoo and I was never able to figure out a way to send an
> email that the yahoo web interface didn't modifiy in some way or I
> would have sent this patch from the old address.
> 
> I have since closed the account for cox.net.
> 
> Stephen P. Smith (1):
>   .mailmap document current address.
> 
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] Add entry to mailmap file
  2024-09-06 15:49 ` [PATCH 0/1] Add entry to mailmap file Stephen Smith
@ 2024-09-06 16:10   ` Junio C Hamano
  0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2024-09-06 16:10 UTC (permalink / raw)
  To: Stephen Smith; +Cc: git

Stephen Smith <ishchis2@gmail.com> writes:

>> From: "Stephen P. Smith" <ishchis2@gmail.com>
>> 
>
> I don't know why git send-email added this extra From line to the body of the 
> email.  This line is not part of the file that format-patch created.

Most likely that the author name recorded in the commit object is
with "P.", but the name your MUA knows you as is without.

In such a case, the command adds what we call "in-body header" to
override the headers MUA uses (in this case, "From:" that the
recipient takes the authorship identity from).

As the name with "P." is what you signed-off your commit on the
"Signed-off-by:" trailer line, it is absolutely the right thing to
do to override the name MUA knows you as with the in-body header so
that the author name matches exactly the name used for signing it
off.  IOW, what you sent is perfectly fine.

For future reference, another header commonly overridden with an
in-body header is the "Subject:".  In a general discussion that is
not a review thread of any specific patch, somebody may come up with
a patch to improve the situtation.  In such a case, your message may
look like:

    From: A Project Participant <par@tici.pa.nt>
    Subject: Re: why does git do this?
    To: git@vger.kernel.org
    Cc: ...other particpants...

    Hmph, it does sound like a documentation bug.  How about
    clarifying it this way?

    ---- >8 ----
    Subject: doc: document the condition under which gostak distims the doshes

    The document does not exactly say when gostak distims the
    doshes.  Make sure it is clear by updating foo and bar
    documents.

    Signed-off-by: A Project Particpant <par@tici.pa.nt>
    ---

The "scissors" mark (horizontal line drawn with "-" with scissors ">8")
tells the recipient to ignore everything in the body before that line,
and then we have in-body Subject: header to override the "why does
git do this?" e-mail subject on the discussion thread with the title
of the commit.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-06 16:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 15:30 [PATCH 0/1] Add entry to mailmap file Stephen P. Smith
2024-09-06 15:30 ` [PATCH 1/1] .mailmap document current address Stephen P. Smith
2024-09-06 15:49 ` [PATCH 0/1] Add entry to mailmap file Stephen Smith
2024-09-06 16:10   ` Junio C Hamano

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).