From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: git-send-email Date: Mon, 15 Jun 2020 21:08:42 +0300 Message-ID: <83wo4819sl.fsf@gnu.org> References: <875zdteybt.fsf@runbox.com> <87368wrvf5.fsf@yahoo.com> <86k126d83n.wl-me@enzu.ru> <83pnbyckvv.fsf@gnu.org> <4923d7e98f5ed816a7569093dbc673153adcea88.camel@yandex.ru> <837dwb3zb6.fsf@gnu.org> <20200613141653.GA55972@breton.holly.idiocy.org> <835zbv3v6q.fsf@gnu.org> <20200613142329.GA56313@breton.holly.idiocy.org> <834krf3uij.fsf@gnu.org> <87r1ujatv4.fsf@igel.home> <831rmj3stn.fsf@gnu.org> <87mu57atav.fsf@igel.home> <87lfkpcn6t.fsf_-_@gmail.com> <83d0612gx3.fsf@gnu.org> <878sgobuvf.fsf@gmail.com> <837dw82xwd.fsf@gnu.org> <87pna05ogg.fsf@gmail.com> <83zh941cem.fsf@gnu.org> <87r1ugb46u.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="40337"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, alan@idiocy.org, emacs-devel@gnu.org, schwab@linux-m68k.org, hi-angel@yandex.ru To: =?iso-8859-1?Q?K=E9vin?= Le Gouguec Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 15 20:09:20 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jktXs-000ANU-Bs for ged-emacs-devel@m.gmane-mx.org; Mon, 15 Jun 2020 20:09:20 +0200 Original-Received: from localhost ([::1]:43284 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jktXr-0002Th-E6 for ged-emacs-devel@m.gmane-mx.org; Mon, 15 Jun 2020 14:09:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59296) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jktXO-00024F-UW for emacs-devel@gnu.org; Mon, 15 Jun 2020 14:08:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41440) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jktXM-0000Xe-Ao; Mon, 15 Jun 2020 14:08:48 -0400 Original-Received: from [176.228.60.248] (port=1264 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jktXL-0006O4-PU; Mon, 15 Jun 2020 14:08:48 -0400 In-Reply-To: <87r1ugb46u.fsf@gmail.com> (message from =?iso-8859-1?Q?K=E9v?= =?iso-8859-1?Q?in?= Le Gouguec on Mon, 15 Jun 2020 19:59:37 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:252276 Archived-At: > From: Kévin Le Gouguec > Cc: schwab@linux-m68k.org, alan@idiocy.org, hi-angel@yandex.ru, > stefan@marxist.se, emacs-devel@gnu.org > Date: Mon, 15 Jun 2020 19:59:37 +0200 > > > So do we, see CONTRIBUTE. We just ask that git-send-email be used > > after formatting the patch explicitly, so that all its decorations > > appear in the email body. If nothing else, this facilitates including > > unrelated discussions with the patch without risking them winding up > > in the repository. > > Mmm, now that you mention it, I'm confused. Here's what we say in > CONTRIBUTE: > > > To email a patch you can use a shell command like 'git format-patch -1' > > to create a file, and then attach the file to your email. This nicely > > packages the patch's commit message and changes. To send just one > > such patch without additional remarks, you can use a command like > > 'git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch'. > > I just tried to git-send-email --to=myself a patch file generated from > git-format-patch, and the email I received looks just like what > Konstantin sent to the bug list, i.e. Then maybe we should remove that sentence.