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 55DB840BFDE for ; Mon, 11 Oct 2010 14:18:08 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 Ef9IoYgghYG6 for ; Mon, 11 Oct 2010 14:17:57 -0700 (PDT) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by olra.theworths.org (Postfix) with ESMTP id 8A29D40BFD3 for ; Mon, 11 Oct 2010 14:17:57 -0700 (PDT) Received: by bwz10 with SMTP id 10so2107815bwz.26 for ; Mon, 11 Oct 2010 14:17:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=bfmN1wCtDUqC/fxqSFJVxqufIMgLydv0PCWGKu3TKQs=; b=CEFv993Ex5IAwRphUDFPTaFcU8cgAOmf8fd2xnj1ejkolR0NsCji++ZhFzB4MbTJQ5 8vHn+sFC7Fv5LFLOgoRRowFEhj+b9rYcuyZKoT3eSk/IFGu4UInECIVKrElJMgRVesGZ Is8Zun8jH0zf2aOg70M0T0Y4OTQuIzxTHDQ+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Bz1pofntDxcxl7b4QnE6ATl+uAFc65R26cWuLao8MQvmxEHb7hi3U+41Cbwn7oWlfe tbqwI8648XEcx2UcZ5kKpB+aZvh6dTQV9cZohJZC++ajEwqyy13UmPoU+EtyCbKsxMG6 kRLBh8oWIMwjk2LqTGihGGas/PYK9KLDzdrOY= MIME-Version: 1.0 Received: by 10.204.98.135 with SMTP id q7mr5249673bkn.49.1286831876676; Mon, 11 Oct 2010 14:17:56 -0700 (PDT) Received: by 10.204.13.68 with HTTP; Mon, 11 Oct 2010 14:17:56 -0700 (PDT) In-Reply-To: <87pqvgr1u5.fsf@servo.finestructure.net> References: <87pqvgr1u5.fsf@servo.finestructure.net> Date: Tue, 12 Oct 2010 00:17:56 +0300 Message-ID: Subject: Re: notmuch-next branch From: Felipe Contreras To: Jameson Rollins Content-Type: text/plain; charset=UTF-8 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 21:18:08 -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. =C2=A0The > whole point of git is to allow for distributed development without need > for a central repo. And yet, git is hosted in a central repo. Different projects have different needs, and this one seems to need a place to cook up patches, having multiple committers there seems like it would work. Note that this wouldn't be the main repo, it would be preparing stage. > 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. =C2=A0As consensus is reached, the next release w= ill > emerge. That might also work, it would be the first project I see doing that though. But what I worry is the ordering of the patches; we might have applied the same patches, but they would appear as totally different branches to a 3rd party, and of course merging other people's 'next' branches would create a total mess. There should be one repo that has the latest and greatest 'next' branch that everybody can rebase into, like the current 'master'. --=20 Felipe Contreras