From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 318 invoked by alias); 30 Oct 2007 17:20:58 -0000 Received: (qmail 308 invoked by uid 22791); 30 Oct 2007 17:20:58 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 30 Oct 2007 17:20:53 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id l9UHKodA000638; Tue, 30 Oct 2007 13:20:50 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l9UHKmHF030690; Tue, 30 Oct 2007 13:20:48 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l9UHKkGd009731; Tue, 30 Oct 2007 13:20:47 -0400 Message-ID: <47276798.2000900@redhat.com> Date: Tue, 30 Oct 2007 17:20:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.12 (X11/20070530) MIME-Version: 1.0 To: Mark Wielaard , Tim Moore CC: Sami Wagiaalla , frysk Subject: Re: frysk git repository References: <471F7C3A.4020204@redhat.com> <1193410781.2931.2.camel@hermans.wildebeest.org> <472216B9.5090600@redhat.com> <1193417804.2931.25.camel@hermans.wildebeest.org> <4722342E.5030506@redhat.com> <1193645936.3830.17.camel@dijkstra.wildebeest.org> In-Reply-To: <1193645936.3830.17.camel@dijkstra.wildebeest.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00094.txt.bz2 The problem I found with the CVS messages was that the changes were scattered across a number of urls - each requiring a separate click. With git, it should be possible to just post a single URL containing the change? Andrew Mark Wielaard wrote: > Hi, > > On Fri, 2007-10-26 at 14:38 -0400, Sami Wagiaalla wrote: > >>> There is never too much information! >>> >> Its not too much information but it might be too big in size. >> If that is not an issue then I would like to see the patches >> in the email as well. Having them inlined in the email it self >> and not as attachments would be best. >> > > Yes. For Mercurial I would use something like the following: > > [hooks] > incoming.notify = python:hgext.notify.hook > > [notify] > sources = serve push pull bundle > maxdiff = 500 > > [usersubs] > fedora-hg-list@klomp.org = /hg/fedora > > [smtp] > host = localhost > > Which makes sure emails are send (by the notify extension), but diffs > are capped at 500 lines max (and then you get a link to the hg webrepo > to retrieve the full diff of the changeset). Hopefully there is > something similar for git. > > Cheers, > > Mark >