Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 78EFE40BFDB for ; Mon, 11 Oct 2010 12:41:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K9-JRWRnINUi for ; Mon, 11 Oct 2010 12:40:52 -0700 (PDT) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.214.181]) by olra.theworths.org (Postfix) with ESMTP id D77E340BFD3 for ; Mon, 11 Oct 2010 12:40:52 -0700 (PDT) Received: by iwn39 with SMTP id 39so1969496iwn.26 for ; Mon, 11 Oct 2010 12:40:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.159.204 with SMTP id k12mr4942401ibx.42.1286826052313; Mon, 11 Oct 2010 12:40:52 -0700 (PDT) Received: by 10.231.34.9 with HTTP; Mon, 11 Oct 2010 12:40:52 -0700 (PDT) In-Reply-To: <87pqvgr1u5.fsf@servo.finestructure.net> References: <87pqvgr1u5.fsf@servo.finestructure.net> Date: Mon, 11 Oct 2010 22:40:52 +0300 Message-ID: Subject: Re: notmuch-next branch From: Amit Kucheria To: Jameson Rollins Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2010 19:41:04 -0000 On Mon, Oct 11, 2010 at 10:01 PM, Jameson Rollins wrote: > On Mon, 11 Oct 2010 21:45:47 +0300, Felipe Contreras wrote: >> I think many people agree notmuch mainline has been rather slow. So >> I'm proposing to have notmuch-next branch, either on github or >> gitorious (please vote). >> >> More than one person should have write access to this repo, but some >> guidelines should be in place. I propose that patches should be >> signed-off-by at least another person in the mailing list before >> pushing. It would be nice if this is how the mainline branch works, >> but we don't need to wait for that to happen. We need to vote on who >> are the people to have write access. > > I think this generally sounds like a fine idea, but I don't see why we > need a single central repo that multiple people need access to. =A0The > whole point of git is to allow for distributed development without need > for a central repo. While distributed development is good, it would be nice for users to be able to clone one git repo instead of tracking 5 different trees. And more users typically means more robust software. It would also make it easier to merge patches back into notmuch-master if it ever takes off again. > In this case, folks can just merge the patches they're interested in > into a "next" branch in their own personal repos, publish them where > ever they want, and then every body can just keep their "next" branches > synced with each other. =A0As consensus is reached, the next release will > emerge. Everyone can still maintain their own trees. Patches can go into the '-next' repo only after being ack'ed by 1-2 active developers on the mailing list. Meanwhile they bake in personal trees. /Amit