Re: [notmuch] [PATCH 2/2] Recognize reply --format=headers-only-git
authorCarl Worth <cworth@cworth.org>
Sat, 28 Nov 2009 01:01:55 +0000 (17:01 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:45 +0000 (09:35 -0800)
1d/fa1012d8fa756ff2fcc0151068f7792ff3e817 [new file with mode: 0644]

diff --git a/1d/fa1012d8fa756ff2fcc0151068f7792ff3e817 b/1d/fa1012d8fa756ff2fcc0151068f7792ff3e817
new file mode 100644 (file)
index 0000000..bf89373
--- /dev/null
@@ -0,0 +1,52 @@
+Return-Path: <cworth@cworth.org>\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 2DD88431FBC;\r
+       Fri, 27 Nov 2009 17:02:10 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\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 Sz5srx-WbVzP; Fri, 27 Nov 2009 17:02:09 -0800 (PST)\r
+Received: from cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 7DD0C431FAE;\r
+       Fri, 27 Nov 2009 17:02:09 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Jed Brown <jed@59A2.org>, notmuch@notmuchmail.org\r
+In-Reply-To: <1259172139-3274-2-git-send-email-jed@59A2.org>\r
+References: <1259112914-19806-2-git-send-email-jed@59A2.org>\r
+       <1259172139-3274-1-git-send-email-jed@59A2.org>\r
+       <1259172139-3274-2-git-send-email-jed@59A2.org>\r
+Date: Fri, 27 Nov 2009 17:01:55 -0800\r
+Message-ID: <87k4xbbgxo.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] [PATCH 2/2] Recognize reply --format=headers-only-git\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\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, 28 Nov 2009 01:02:10 -0000\r
+\r
+On Wed, 25 Nov 2009 19:02:19 +0100, Jed Brown <jed@59A2.org> wrote:\r
+> This currently means the same thing as --format=headers-only, but this\r
+> name gives more freedom to change --format=headers-only without breaking\r
+> existing versions of git.\r
+\r
+While it may make sense in the future to put something git-specific\r
+here, I'd rather wait on creating the additional option until we\r
+actually have something.\r
+\r
+Otherwise, our documentation is more complicated, and callers will feel\r
+the need to call the longer option "just in case", and all for possibly\r
+no reason at all.\r
+\r
+-Carl\r