From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: Git transition checklist Date: Wed, 08 Jan 2014 17:35:11 +0100 Message-ID: <2990610.kbiSx0fztg@descartes> References: <20140108135200.8ECF9380834@snark.thyrsus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1389198940 28441 80.91.229.3 (8 Jan 2014 16:35:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2014 16:35:40 +0000 (UTC) Cc: "Eric S. Raymond" , Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 08 17:35:48 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W0w6d-0008Bu-CE for ged-emacs-devel@m.gmane.org; Wed, 08 Jan 2014 17:35:47 +0100 Original-Received: from localhost ([::1]:47719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0w6c-0007re-W8 for ged-emacs-devel@m.gmane.org; Wed, 08 Jan 2014 11:35:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0w6M-0007pG-Au for emacs-devel@gnu.org; Wed, 08 Jan 2014 11:35:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0w6H-0001M9-2z for emacs-devel@gnu.org; Wed, 08 Jan 2014 11:35:30 -0500 Original-Received: from ptmx.org ([178.63.28.110]:43397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0w6G-0001M2-TQ for emacs-devel@gnu.org; Wed, 08 Jan 2014 11:35:25 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id CF91824C89; Wed, 8 Jan 2014 17:35:23 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ot1Ea8WBCBWr; Wed, 8 Jan 2014 17:35:21 +0100 (CET) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id 0D173225E4; Wed, 8 Jan 2014 17:35:21 +0100 (CET) User-Agent: KMail/4.11.3 (Linux/3.11.0-14-generic; KDE/4.11.3; x86_64; ; ) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:167745 Archived-At: On Wednesday 08 January 2014 09:59:53 Stefan Monnier wrote: > >> 7. What about the mail messages to emacs-diffs mailing list? That= > >> should be working as well, and support pushes to non-trunk > >> branches. > >=20 > > That is trivial in git. Andreas can set it up in minutes. I could= too, > > but I don't have write access to the repo hook files. >=20 > Savannah has support for Git commit mails (we use them for the `elpa'= > branch), but they kind of suck: > - it's "one mail per push" instead of "one mail per commit" > (I can live with that, but it has annoying consequences). > - the email's "Subject:" is useless (part of the problem is that > since there are several commits in it, you can't just take the firs= t > line of *the* commit message, since there are several commit messag= es). > See http://git.savannah.gnu.org/r/emacs/elpa.git/config for the confi= g > we currently use. Git now comes with an improved post-receive-mail hook called multimail * https://github.com/git/git/tree/master/contrib/hooks/multimail * https://github.com/mhagger/git-multimail It seems to create one mail per commit. Regards R=C3=BCdiger