[PATCH 2/5] completion: update the location of the bash-completion project
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 2 Jun 2016 16:26:11 +0000 (12:26 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:56 +0000 (16:21 -0700)
08/a9bc0178acb7594ca629e1dc934783f3681177 [new file with mode: 0644]

diff --git a/08/a9bc0178acb7594ca629e1dc934783f3681177 b/08/a9bc0178acb7594ca629e1dc934783f3681177
new file mode 100644 (file)
index 0000000..87aa73e
--- /dev/null
@@ -0,0 +1,85 @@
+Return-Path: <dkg@fifthhorseman.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 ABF626DE02CC\r
+ for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 09:26:32 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.022\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.022 tagged_above=-999 required=5\r
+ tests=[AWL=-0.022] 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 fabub-TKbNWD for <notmuch@notmuchmail.org>;\r
+ Thu,  2 Jun 2016 09:26:24 -0700 (PDT)\r
+Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118])\r
+ by arlo.cworth.org (Postfix) with ESMTP id C32356DE01D0\r
+ for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 09:26:15 -0700 (PDT)\r
+Received: from fifthhorseman.net (unknown [38.109.115.130])\r
+ by che.mayfirst.org (Postfix) with ESMTPSA id 5A688F993\r
+ for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 12:26:15 -0400 (EDT)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+ id D322B201D6; Thu,  2 Jun 2016 12:26:14 -0400 (EDT)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH 2/5] completion: update the location of the bash-completion\r
+ project\r
+Date: Thu,  2 Jun 2016 12:26:11 -0400\r
+Message-Id: <1464884774-22961-2-git-send-email-dkg@fifthhorseman.net>\r
+X-Mailer: git-send-email 2.8.1\r
+In-Reply-To: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net>\r
+References: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: 8bit\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 02 Jun 2016 16:26:32 -0000\r
+\r
+Alioth currently redirects to github, so point there instead.\r
+---\r
+ completion/README                  | 2 +-\r
+ completion/notmuch-completion.bash | 2 +-\r
+ 2 files changed, 2 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/completion/README b/completion/README\r
+index e200c18..89805c7 100644\r
+--- a/completion/README\r
++++ b/completion/README\r
+@@ -9,7 +9,7 @@ notmuch-completion.bash\r
+   bash-completion package [1] version 2.0, which depends on bash\r
+   version 3.2 or later.\r
\r
+-  [1] http://bash-completion.alioth.debian.org/\r
++  [1] https://github.com/scop/bash-completion\r
\r
+ notmuch-completion.zsh\r
\r
+diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash\r
+index cc58392..29cdf43 100644\r
+--- a/completion/notmuch-completion.bash\r
++++ b/completion/notmuch-completion.bash\r
+@@ -3,7 +3,7 @@\r
+ # Copyright © 2013 Jani Nikula\r
+ #\r
+ # Based on the bash-completion package:\r
+-# http://bash-completion.alioth.debian.org/\r
++# https://github.com/scop/bash-completion\r
+ #\r
+ # This program is free software: you can redistribute it and/or modify\r
+ # it under the terms of the GNU General Public License as published by\r
+-- \r
+2.8.1\r
+\r