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 ECE8A431FBC for ; Wed, 27 Jan 2010 11:17:48 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.866 X-Spam-Level: X-Spam-Status: No, score=-0.866 tagged_above=-999 required=5 tests=[AWL=-0.867, BAYES_50=0.001] 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 Kt1XWOT1JNmI for ; Wed, 27 Jan 2010 11:17:48 -0800 (PST) Received: from mail-fx0-f228.google.com (mail-fx0-f228.google.com [209.85.220.228]) by olra.theworths.org (Postfix) with ESMTP id 077EE431FAE for ; Wed, 27 Jan 2010 11:17:47 -0800 (PST) Received: by fxm28 with SMTP id 28so3072109fxm.0 for ; Wed, 27 Jan 2010 11:17:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=jXcQdO4zs1wsQgAk8ijOGZzCxst7teqxRlLFOYHJPuc=; b=xg+weS1TiP5c/e+x1Jor93c0X/tZA6vU5/h4RnrOtvvHLIbmBqwAv78yq/DYgDCgbG NpDZ/j+y/pZsObWSzLR/Bp9Ayppu0gxuqeNLiPCiml620cgjX/bWRaD4hgiuKzPY/sZ8 vs9GyyxUBzRqCIAE3wIR4lld4Fc0XZqWppg18= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding; b=Ku5fKLuJYCiIGnKVabNqx1d3Xm/5iEMEZnaqK5ReM7KEoecuQsSQvvLpTZHKYG4Q1K MZ11+Th2bCsO4Pkke6qfmzmXPPDtqAsgvGGZWwgvqrEKbisHSgZc6Di+CtLB87J7r/Ll yBVNZkFqaJ8jyJxbocBt/7O2N6TIJeuJsSwOc= Received: by 10.223.14.216 with SMTP id h24mr5718759faa.106.1264619867042; Wed, 27 Jan 2010 11:17:47 -0800 (PST) Received: from localhost (physnat56.physics.umass.edu [128.119.50.56]) by mx.google.com with ESMTPS id 26sm298712fks.20.2010.01.27.11.17.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 27 Jan 2010 11:17:46 -0800 (PST) Content-Type: text/plain; charset=UTF-8 From: Ben Gamari To: notmuch In-reply-to: <87wrz4fqsw.fsf@lillypad.riseup.net> References: <87my083mgh.fsf@SSpaeth.de> <87d4148s2c.fsf@lillypad.riseup.net> <4B595D3A.1030901@SSpaeth.de> <87636u34lw.fsf@SSpaeth.de> <87d411zvz8.fsf@yoom.home.cworth.org> <20100125213231.GB15987@lapse.rw.madduck.net> <960df8f6a8a08f2ca3aceef5a216d691.squirrel@webmail.sspaeth.de> <87wrz4fqsw.fsf@lillypad.riseup.net> Date: Wed, 27 Jan 2010 14:17:39 -0500 Message-Id: <1264619740-sup-7472@ben-laptop> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Subject: Re: [notmuch] Git feature branch 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: Wed, 27 Jan 2010 19:17:49 -0000 Excerpts from micah anderson's message of Tue Jan 26 17:24:15 -0500 2010: > On Mon, 25 Jan 2010 16:46:43 -0800, sebastian@sspaeth.de wrote: > > > I think it would make sense to move the mainline to git.debian.org > > > for now, or another place where everyone can easily get an account. > > > As alternatives I propose repo.or.cz. I'd prefer to stay away from > > > commercial services like Github. > > I too prefer to stay away from commercial,non-free services like GitHub. > Gitorious (http://www.gitorious.org/) is a great service, similar to > Github, but with added freedom. > > Currently the git repository is at git://notmuchmail.org/git/notmuch > which seems like a fine location for it, but perhaps I missed the > motivation for switching to a centralized repository with the added > overhead of giving people access to commit? > > Couldn't all of this be done without moving the existing git repository > (don't forget that transition is a cost)? Those who wish to put together > these proposed branches go ahead and do so, publishing those wherever > they like (git.debian.org, gitorious, their own hosted git repositories, > or even github) and then Carl can just add those as remotes as he sees > fit. > I agree. There is no good reason to switch away from the existing infrastructure. If he wants, Carl can give regular contributors their own repositories on notmuchmail.org if some people have difficulties providing it themselves. After all, this is one of the strengths of distributed version control. - Ben