Re: [PATCH] release-checks: check that git working directory is clean
authorDavid Bremner <david@tethera.net>
Tue, 2 Jun 2015 20:30:58 +0000 (22:30 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:57 +0000 (14:48 -0700)
e4/25101feff648dbded93268464459e29e1ffb61 [new file with mode: 0644]

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