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 C1052431FAE for ; Wed, 3 Feb 2010 06:41:08 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.914 X-Spam-Level: X-Spam-Status: No, score=-0.914 tagged_above=-999 required=5 tests=[AWL=-0.915, BAYES_50=0.001] autolearn=unavailable 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 n0hFX5yIBPw8 for ; Wed, 3 Feb 2010 06:41:08 -0800 (PST) Received: from smtp9.rug.nl (smtp9.rug.nl [129.125.60.9]) by olra.theworths.org (Postfix) with ESMTP id 585A3431FBD for ; Wed, 3 Feb 2010 06:41:08 -0800 (PST) Received: from marten (f5selfip-4-60.service.rug.nl [129.125.60.248]) by smtp9.rug.nl (8.14.3/8.14.3) with ESMTP id o13Ef5KB030225; Wed, 3 Feb 2010 15:41:06 +0100 Received: by marten (Postfix, from userid 1000) id B9E032AE29D; Wed, 3 Feb 2010 15:40:51 +0100 (CET) From: Marten Veldthuis To: Carl Worth , notmuch@notmuchmail.org In-Reply-To: <87sk9ipxtz.fsf@yoom.home.cworth.org> References: <87sk9ipxtz.fsf@yoom.home.cworth.org> Date: Wed, 03 Feb 2010 15:40:51 +0100 Message-ID: <87k4uu2xho.fsf@marten.rgoc.rug.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: clamav-milter 0.95.3 at smtp9 X-Virus-Status: Clean Subject: Re: [notmuch] New wiki instance on the notmuchmail.org website 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, 03 Feb 2010 14:41:09 -0000 On Tue, 02 Feb 2010 23:44:56 -0800, Carl Worth wrote: > The benefit is that there's now a git repository for the website, (with > source in markdown format), and more importantly, the git repository > will accept a "git push" without any authentication necessary. Carl, I'm getting To git://notmuchmail.org/git/notmuch-wiki ! [remote rejected] master -> master (pre-receive hook declined) upon pushing. Some part of the "without any authentication" is not working, I suspect. :) -- - Marten