From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75087 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: Sending patch with Gnus Date: Wed, 15 Dec 2010 23:27:35 +0100 Message-ID: References: <201012152227.35781.tassilo@member.fsf.org> <87zks6zo58.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1292452098 11836 80.91.229.12 (15 Dec 2010 22:28:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2010 22:28:18 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , ding@gnus.org, emacs-devel@gnu.org To: Tassilo Horn Original-X-From: ding-owner+M23443@lists.math.uh.edu Wed Dec 15 23:28:14 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PSzpV-0005uP-AO for ding-account@gmane.org; Wed, 15 Dec 2010 23:28:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PSzp6-0006F0-Kn; Wed, 15 Dec 2010 16:27:48 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PSzp4-0006El-Pc for ding@lists.math.uh.edu; Wed, 15 Dec 2010 16:27:46 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PSzp3-0001CJ-8w for ding@lists.math.uh.edu; Wed, 15 Dec 2010 16:27:46 -0600 Original-Received: from mail-ww0-f42.google.com ([74.125.82.42]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PSzp2-0001c4-FH; Wed, 15 Dec 2010 23:27:44 +0100 Original-Received: by wwi17 with SMTP id 17so124021wwi.5 for ; Wed, 15 Dec 2010 14:27:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=4dd3q+3xt6ayA9+apn+XNmDRuUCVpM7kicvXGFV8Erc=; b=JpNFBCyb/eqcp2Icl/lM6+iLKYOWuUH4PUTEyNTLZJlzylwbwDHPRbeJGsgQmYJ+9T kl7UIAIueFGffBXCoUkl4HJFCuKwxP+7ZQCbcItU2XN6BS62O29DVmkbPaPz2owXpRcs 5DFPpc0yucm8LvoqtYI6YoAQvLdOA+C+L0Lqc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=Xxafh+oP5JCBswkinDAsbUOk0m6jxjrtUVWLJJLJAbRoo2/398TC3355LlCAcWKzlo MrGANnk5HsA04AOaWo+OJaA4FxD1S4vbmpCcIzXcFr+E1yiVwMrVdTh/MatfG0v2uW/p E9CjqPhhQYZnG3aTJsKOsJjIZ1PcBYiBMD1O0= Original-Received: by 10.216.63.15 with SMTP id z15mr5355253wec.74.1292452059060; Wed, 15 Dec 2010 14:27:39 -0800 (PST) Original-Received: from localhost (au213-1-82-235-205-153.fbx.proxad.net [82.235.205.153]) by mx.google.com with ESMTPS id o19sm1198063wee.2.2010.12.15.14.27.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Dec 2010 14:27:37 -0800 (PST) In-Reply-To: <87zks6zo58.fsf@member.fsf.org> (Tassilo Horn's message of "Wed, 15 Dec 2010 23:06:59 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75087 gmane.emacs.devel:133732 Archived-At: Hello Tassilo, Tassilo Horn writes: > Francis Moreau writes: > > Hi Francis, > >>> I do the same as Francis, e.g., insert and edit. And at least with >>> git, you should write your accompanying prose text below the >>> signature. That's a bit awkward, but it allows to pipe the complete >>> email to "git am" (is it am?) without having to extract the patch >>> manually first. >> >> I'm not sure to understand this. >> >> What do you mean by "accompanying prose text" ? > > The text in which you explain for what it's good for, where you ask the > list to review it, in contrast to the 1-line summary git puts in the > subject and the following full commit message, which starts the mail. Ah I see, then I think you should place such text like this: [PATCH] A cool patch to speed up Gnus ;) A full commit message --- The text placed here is usually a message that is addressed to the list but won't be part of the commit. texi/ChangeLog | 4 ++++ texi/gnus.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 8c0fec4..bf494ee 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog [...] -- 1.7.3.2 -- Francis