From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19718 invoked by alias); 29 Oct 2007 08:19:05 -0000 Received: (qmail 19708 invoked by uid 22791); 29 Oct 2007 08:19:04 -0000 X-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_05,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 29 Oct 2007 08:19:01 +0000 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1ImPpq-0002kV-7M; Mon, 29 Oct 2007 09:18:58 +0100 Subject: Re: frysk git repository From: Mark Wielaard To: Sami Wagiaalla Cc: Tim Moore , frysk In-Reply-To: <4722342E.5030506@redhat.com> 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> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Mj8/zWu6S/+1dkxZ9pfa" Date: Mon, 29 Oct 2007 08:19:00 -0000 Message-Id: <1193645936.3830.17.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) X-Spam-Score: -4.4 (----) X-Virus-Checked: Checked by ClamAV on sourceware.org 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/msg00088.txt.bz2 --=-Mj8/zWu6S/+1dkxZ9pfa Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 983 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 =3D python:hgext.notify.hook =20=20=20=20=20=20=20=20 [notify] sources =3D serve push pull bundle maxdiff =3D 500 =20=20=20=20=20=20=20=20 [usersubs] fedora-hg-list@klomp.org =3D /hg/fedora =20=20=20=20=20=20=20=20 [smtp] host =3D 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 --=-Mj8/zWu6S/+1dkxZ9pfa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBHJZdsxVhZCJWr9QwRAhUGAKCH5ROXrx0hHMA/q3ieSMar0wNP3wCeN4kT PiN98RUGMuJI6WbTl6zuOSE= =QHBG -----END PGP SIGNATURE----- --=-Mj8/zWu6S/+1dkxZ9pfa--