Re: [PATCH v2] nmbug-status: Use 'show-ref --heads' for loading configs
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 21 Mar 2015 08:28:05 +0000 (10:28 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:30 +0000 (14:48 -0700)
a6/592f18750c4d19f6bbe752e83d760adfa38a28 [new file with mode: 0644]

diff --git a/a6/592f18750c4d19f6bbe752e83d760adfa38a28 b/a6/592f18750c4d19f6bbe752e83d760adfa38a28
new file mode 100644 (file)
index 0000000..8020018
--- /dev/null
@@ -0,0 +1,149 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 045BC431FC2\r
+       for <notmuch@notmuchmail.org>; Sat, 21 Mar 2015 01:28:34 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.438\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
+       tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id YKGinrMA4FKm for <notmuch@notmuchmail.org>;\r
+       Sat, 21 Mar 2015 01:28:30 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 71A05431FAE\r
+       for <notmuch@notmuchmail.org>; Sat, 21 Mar 2015 01:28:30 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id 9339810004A;\r
+       Sat, 21 Mar 2015 10:28:05 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: "W. Trevor King" <wking@tremily.us>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v2] nmbug-status: Use 'show-ref --heads' for loading\r
+       configs\r
+In-Reply-To:\r
+ <5e97afaab6c01e980ca6194a1c04aa0310e28ab8.1426412504.git.wking@tremily.us>\r
+References:\r
+ <5e97afaab6c01e980ca6194a1c04aa0310e28ab8.1426412504.git.wking@tremily.us>\r
+User-Agent: Notmuch/0.19+53~gb45d2f9 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Sat, 21 Mar 2015 10:28:05 +0200\r
+Message-ID: <m2bnjm7o16.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Sat, 21 Mar 2015 08:28:34 -0000\r
+\r
+On Sun, Mar 15 2015, "W. Trevor King" <wking@tremily.us> wrote:\r
+\r
+> When loading configs from Git, the bare branch name (without a\r
+> refs/heads/ prefix or similar) matches all branches of that name\r
+> (including remote-tracking branches):\r
+>\r
+>   .nmbug $ git show-ref config\r
+>   48f3bbf1d1492e5f3d2f01de6ea79a30d3840f20 refs/heads/config\r
+>   48f3bbf1d1492e5f3d2f01de6ea79a30d3840f20 refs/remotes/origin/config\r
+>   4b6dbd9ffd152e7476f5101eff26747f34497cee refs/remotes/wking/config\r
+>\r
+> Instead of relying on the ordering of the matching references, use\r
+> --heads to ensure we only match local branches.\r
+> ---\r
+\r
+This looks OK, nmbug works as it used to be. I did not test cloning but\r
+the oneline change in the patch looks good (just adds that config branch).\r
+\r
+The nmbug-status change also looks good... and it works (tried using --config\r
+option as I did not have working tree of config branch checked out just now).\r
+\r
+But why is the NEWS brurb added deep into 0.19 NEWS content ?\r
+\r
+\r
+Tomi\r
+\r
+\r
+> This is v2 of [1], with the only changes being:\r
+>\r
+> * Relocate the NEWS blurb to fit into the current pending release\r
+>   (0.20).\r
+> * Translate the 'nmbug' patch from Perl to Python.\r
+>\r
+> [1]: id:7ddcf7368895768aa0a2d37dac0d4f96e9666f16.1399749244.git.wking@tremily.us\r
+>      http://article.gmane.org/gmane.mail.notmuch.general/18306\r
+>\r
+>  NEWS                     | 12 ++++++++++++\r
+>  devel/nmbug/nmbug        |  1 +\r
+>  devel/nmbug/nmbug-status |  2 +-\r
+>  3 files changed, 14 insertions(+), 1 deletion(-)\r
+>\r
+> diff --git a/NEWS b/NEWS\r
+> index 70ad3f3..0441587 100644\r
+> --- a/NEWS\r
+> +++ b/NEWS\r
+> @@ -187,6 +187,18 @@ from the config file.  Use something like:\r
+>        ...\r
+>      },\r
+>  \r
+> +`nmbug-status` now only matches local branches when reading\r
+> +`status-config.json` from the `config` branch of the `NMBGIT`\r
+> +repository.  To help new users running `nmbug-status`, `nmbug clone`\r
+> +now creates a local `config` branch tracking `origin/config`.  Folks\r
+> +who use `nmbug-status` with an in-Git config (i.e. you don't use the\r
+> +`--config` option) who already have `NMBGIT` set up are encouraged to\r
+> +run:\r
+> +\r
+> +    git checkout config origin/config\r
+> +\r
+> +in their `NMBGIT` repository (usually `~/.nmbug`).\r
+> +\r
+>  Python Bindings\r
+>  ---------------\r
+>  \r
+> diff --git a/devel/nmbug/nmbug b/devel/nmbug/nmbug\r
+> index 932ec12..81f582c 100755\r
+> --- a/devel/nmbug/nmbug\r
+> +++ b/devel/nmbug/nmbug\r
+> @@ -308,6 +308,7 @@ def clone(repository):\r
+>              wait=True)\r
+>      _git(args=['config', '--unset', 'core.worktree'], wait=True)\r
+>      _git(args=['config', 'core.bare', 'true'], wait=True)\r
+> +    _git(args=['branch', 'config', 'origin/config'], wait=True)\r
+>  \r
+>  \r
+>  def _is_committed(status):\r
+> diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status\r
+> index 19dc48a..e845c2a 100755\r
+> --- a/devel/nmbug/nmbug-status\r
+> +++ b/devel/nmbug/nmbug-status\r
+> @@ -92,7 +92,7 @@ def read_config(path=None, encoding=None):\r
+>  \r
+>          # read only the first line from the pipe\r
+>          sha1_bytes = subprocess.Popen(\r
+> -            ['git', '--git-dir', nmbhome, 'show-ref', '-s', branch],\r
+> +            ['git', '--git-dir', nmbhome, 'show-ref', '-s', '--heads', branch],\r
+>              stdout=subprocess.PIPE).stdout.readline()\r
+>          sha1 = sha1_bytes.decode(encoding).rstrip()\r
+>          if not sha1:\r
+> -- \r
+> 1.8.4\r
+>\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r