Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58516 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67205 invoked from network); 2 Mar 2012 19:05:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2012 19:05:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.173 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.173 mail-qy0-f173.google.com Received: from [209.85.216.173] ([209.85.216.173:63918] helo=mail-qy0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/39-22821-41A115F4 for ; Fri, 02 Mar 2012 14:05:57 -0500 Received: by qcsc20 with SMTP id c20so988551qcs.18 for ; Fri, 02 Mar 2012 11:05:52 -0800 (PST) Received-SPF: pass (google.com: domain of tyra3l@gmail.com designates 10.229.107.9 as permitted sender) client-ip=10.229.107.9; Authentication-Results: mr.google.com; spf=pass (google.com: domain of tyra3l@gmail.com designates 10.229.107.9 as permitted sender) smtp.mail=tyra3l@gmail.com; dkim=pass header.i=tyra3l@gmail.com Received: from mr.google.com ([10.229.107.9]) by 10.229.107.9 with SMTP id z9mr1485019qco.80.1330715152000 (num_hops = 1); Fri, 02 Mar 2012 11:05:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mDEXxTpWSRHpDrovXG6B7x02lAvfKl2P7ontarGGCmw=; b=HiKJpUZETYHTsB/YmxzNV906t/OT65ExRkvF3UM1EeiNGk5m/RmEw6S8zfB0V/FJwp mhFSM9U/XnyTcD+Mzr0hc2LH3/BodKwBtYxxvFAhMkdxZrs3KTdS8JAl0VgqqeJHldyH nfa3RnDjQkY2cSaoKfOvLRkDajd5aPGJY/a7aonuyLr77eJjmtBuhYsiZymjt5zWs890 7veNKhOyRIUMW6C3y3/d41bYBFz4ryQAJOn6i1Kgwx1Sr4jHrjUqaC8YRqHgfwtvhoJU gUx+AeTeY+zjmSEl9Gex8oEkqPmMVt15DbR/FRiINd09JVh2FsHnysdBscPD0GSqy7jK 7G5w== MIME-Version: 1.0 Received: by 10.229.107.9 with SMTP id z9mr1257364qco.80.1330715151870; Fri, 02 Mar 2012 11:05:51 -0800 (PST) Received: by 10.229.232.207 with HTTP; Fri, 2 Mar 2012 11:05:51 -0800 (PST) In-Reply-To: References: Date: Fri, 2 Mar 2012 20:05:51 +0100 Message-ID: To: Kris Craig Cc: Derick Rethans , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=00235452f418ecab3c04ba474366 Subject: Re: [PHP-DEV] GIT commit mails From: tyra3l@gmail.com (Ferenc Kovacs) --00235452f418ecab3c04ba474366 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Mar 2, 2012 at 7:47 PM, Kris Craig wrote: > What's the problem you're having with them? > > --Kris http://comments.gmane.org/gmane.comp.php.devel/70417 the commit mail format is different on the current git setup than the current svn setup. for svn there is one email for each commit and the mail subject contains (for a limited length) the paths for the modified files. Derick filters the commits mails based on the subject, which is not possible with the current git mails (please read the mails before arguing that he can filter it otherwise). to solve that we came up with the idea to have a mail for each push, followed by a mail for each commit, it is under development, but isn't done yet (AFAIR Irker is working on it) --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --00235452f418ecab3c04ba474366--