On Mon, Nov 12, 2012 at 09:44:49AM -0800, Junio C Hamano wrote: > How did this message happen? > > Subject: [PATCH 2/5] launch_editor: ignore SIGINT while the editor has control > To: Kalle Olavi Niemitalo <kon@xxxxxx> > Cc: Paul Fox <pgf@xxxxxxxxxxxxxxxxxxxx>, git@xxxxxxxxxxxxxxx > Date: Sun, 11 Nov 2012 11:55:11 -0500 > Message-ID: <20121111165510.GB19850@xxxxxxxxxxxxxxxxxxxxx> > References: <20121111163100.GB13188@xxxxxxxxxxxxxxxxxxxxx> > > The user's editor likely catches SIGINT (ctrl-C). but if > the user spawns a command from the editor and uses ctrl-C to > kill that command, the SIGINT will likely also kill git > itself (depending on the editor, this can leave the terminal > in an unusable state). > > Signed-off-by: Paul Fox <pgf@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Jeff King <peff@xxxxxxxx> > --- > > Judging from S-o-b, message-id and EHLO, I think this was sent by > Peff, but came without Sender: or anything. > > Just being curious. I screwed up when sending out the series and did not properly move Paul's "From" address from the email header down to the body. It is not a git or send-email screw-up; I load format-patch output directly into mutt as a template. Since I do not often send out other people's patches, I never bothered to write a script to migrate the "from" into the body automatically. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html