Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 885156DE13E3 for ; Tue, 2 Jun 2015 13:32:20 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.247 X-Spam-Level: X-Spam-Status: No, score=0.247 tagged_above=-999 required=5 tests=[AWL=0.247] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KU-qZ6_dE4RE for ; Tue, 2 Jun 2015 13:32:18 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 1507C6DE13A3 for ; Tue, 2 Jun 2015 13:32:17 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1YzsqC-0007X7-VN; Tue, 02 Jun 2015 20:31:16 +0000 Received: (nullmailer pid 30473 invoked by uid 1000); Tue, 02 Jun 2015 20:30:58 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] release-checks: check that git working directory is clean In-Reply-To: <1433256225-13531-1-git-send-email-tomi.ollila@iki.fi> References: <1433256225-13531-1-git-send-email-tomi.ollila@iki.fi> User-Agent: Notmuch/0.20+15~ga1b054b (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Tue, 02 Jun 2015 22:30:58 +0200 Message-ID: <876175ua2l.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain Cc: tomi.ollila@iki.fi X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Tue, 02 Jun 2015 20:32:20 -0000 Tomi Ollila writes: > Before release check that there are no uncommitted changes and > that there are no files in working directory that possibly should > have been added to the repository. this seems ok to me, and certainly reveal just how crufty my notmuch directory was. d