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