Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 48 / 2b3c0773b0a3ca91f541b6c1c507747891ea23
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 1BBC5431FBC\r
6         for <notmuch@notmuchmail.org>; Sun,  6 Apr 2014 05:29:31 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id tomDDjM9e0tA for <notmuch@notmuchmail.org>;\r
16         Sun,  6 Apr 2014 05:29:23 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id E37DD431FB6\r
21         for <notmuch@notmuchmail.org>; Sun,  6 Apr 2014 05:29:22 -0700 (PDT)\r
22 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
23         4.72) (envelope-from <david@tethera.net>)\r
24         id 1WWmBQ-0003W8-KP; Sun, 06 Apr 2014 12:28:20 +0000\r
25 Received: (nullmailer pid 17199 invoked by uid 1000); Sun, 06 Apr 2014\r
26         12:27:59 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: "W. Trevor King" <wking@tremily.us>, notmuch <notmuch@notmuchmail.org>\r
29 Subject: Re: [PATCH v2] nmbug: Add 'clone' and replace FETCH_HEAD with\r
30         @{upstream}\r
31 In-Reply-To:\r
32  <de7dd9d4021cd17350df4423bc13f3da35f2b324.1394410765.git.wking@tremily.us>\r
33 References:\r
34  <de7dd9d4021cd17350df4423bc13f3da35f2b324.1394410765.git.wking@tremily.us>\r
35 User-Agent: Notmuch/0.17+170~gf516b7c (http://notmuchmail.org) Emacs/24.3.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Sun, 06 Apr 2014 09:27:59 -0300\r
38 Message-ID: <87d2gu4p80.fsf@maritornes.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Sun, 06 Apr 2014 12:29:31 -0000\r
54 \r
55 "W. Trevor King" <wking@tremily.us> writes:\r
56 \r
57 > With two branches getting fetched (master and config), the branch\r
58 > referenced by FETCH_HEAD is ambiguous.  For example, I have:\r
59 >\r
60 >   $ cat FETCH_HEAD\r
61 >   41d7bfa7184cc93c9dac139d1674e9530799e3b0 \\r
62 >     not-for-merge   branch 'config' of http://nmbug.tethera.net/git/nmbug-tags\r
63 >   acd379ccb973c45713eee9db177efc530f921954 \\r
64 >     not-for-merge   branch 'master' of http://nmbug.tethera.net/git/nmbug-tags\r
65 \r
66 This patch seems OK.  I think it makes sense to have an "nmbug clone"\r
67 command; perhaps the implementation can be simplified in the future (or\r
68 perhaps not).\r
69 \r
70 d\r