Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 1d / fa1012d8fa756ff2fcc0151068f7792ff3e817
1 Return-Path: <cworth@cworth.org>\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 2DD88431FBC;\r
6         Fri, 27 Nov 2009 17:02:10 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id Sz5srx-WbVzP; Fri, 27 Nov 2009 17:02:09 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 7DD0C431FAE;\r
13         Fri, 27 Nov 2009 17:02:09 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Jed Brown <jed@59A2.org>, notmuch@notmuchmail.org\r
16 In-Reply-To: <1259172139-3274-2-git-send-email-jed@59A2.org>\r
17 References: <1259112914-19806-2-git-send-email-jed@59A2.org>\r
18         <1259172139-3274-1-git-send-email-jed@59A2.org>\r
19         <1259172139-3274-2-git-send-email-jed@59A2.org>\r
20 Date: Fri, 27 Nov 2009 17:01:55 -0800\r
21 Message-ID: <87k4xbbgxo.fsf@yoom.home.cworth.org>\r
22 MIME-Version: 1.0\r
23 Content-Type: text/plain; charset=us-ascii\r
24 Subject: Re: [notmuch] [PATCH 2/2] Recognize reply --format=headers-only-git\r
25 X-BeenThere: notmuch@notmuchmail.org\r
26 X-Mailman-Version: 2.1.12\r
27 Precedence: list\r
28 List-Id: "Use and development of the notmuch mail system."\r
29         <notmuch.notmuchmail.org>\r
30 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
31         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
32 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
33 List-Post: <mailto:notmuch@notmuchmail.org>\r
34 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
35 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
37 X-List-Received-Date: Sat, 28 Nov 2009 01:02:10 -0000\r
38 \r
39 On Wed, 25 Nov 2009 19:02:19 +0100, Jed Brown <jed@59A2.org> wrote:\r
40 > This currently means the same thing as --format=headers-only, but this\r
41 > name gives more freedom to change --format=headers-only without breaking\r
42 > existing versions of git.\r
43 \r
44 While it may make sense in the future to put something git-specific\r
45 here, I'd rather wait on creating the additional option until we\r
46 actually have something.\r
47 \r
48 Otherwise, our documentation is more complicated, and callers will feel\r
49 the need to call the longer option "just in case", and all for possibly\r
50 no reason at all.\r
51 \r
52 -Carl\r