Re: Patch formatting
authorFrançois Gannaz <francois.gannaz@free.fr>
Thu, 1 Sep 2011 10:49:51 +0000 (12:49 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:20 +0000 (09:39 -0800)
31/30ca3741b1d740a66a8ef93426216c174e5692 [new file with mode: 0644]

diff --git a/31/30ca3741b1d740a66a8ef93426216c174e5692 b/31/30ca3741b1d740a66a8ef93426216c174e5692
new file mode 100644 (file)
index 0000000..e70c901
--- /dev/null
@@ -0,0 +1,97 @@
+Return-Path: <francois.gannaz@free.fr>\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 21390429E27\r
+       for <notmuch@notmuchmail.org>; Thu,  1 Sep 2011 03:50:26 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.001\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
+       tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
+       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 6USJP0yz5o5I for <notmuch@notmuchmail.org>;\r
+       Thu,  1 Sep 2011 03:50:24 -0700 (PDT)\r
+Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0F542429E26\r
+       for <notmuch@notmuchmail.org>; Thu,  1 Sep 2011 03:50:22 -0700 (PDT)\r
+Received: from coriolan (unknown [88.172.133.112])\r
+       by smtp2-g21.free.fr (Postfix) with ESMTP id 81B654B006D\r
+       for <notmuch@notmuchmail.org>; Thu,  1 Sep 2011 12:50:11 +0200 (CEST)\r
+Date: Thu, 1 Sep 2011 12:49:51 +0200\r
+From: =?UTF-8?B?RnJhbsOnb2lz?= Gannaz <francois.gannaz@free.fr>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: Patch formatting\r
+Message-ID: <20110901124951.2f6420b1@coriolan>\r
+In-Reply-To: <yf6ty8wpq25.fsf@taco2.nixu.fi>\r
+References: <yf6ty8wpq25.fsf@taco2.nixu.fi>\r
+X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-pc-linux-gnu)\r
+Mime-Version: 1.0\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: quoted-printable\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: Thu, 01 Sep 2011 10:50:26 -0000\r
+\r
+Hi\r
+\r
+On 2011-09-01, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
+> Hi\r
+>=20\r
+> Please check (now updated)\r
+>=20\r
+> http://notmuchmail.org/patchformatting/\r
+>=20\r
+> page.\r
+>=20\r
+>=20\r
+> Anything that can me used to improve the content (even furtner!)\r
+> are greatly appreciated.\r
+\r
+A few minor suggestions:\r
+\r
+* Insert a link for the text "Software Release Practice HOWTO"\r
+  http://tldp.org/HOWTO/Software-Release-Practice-HOWTO/\r
+* s/If you're made/If you've made/\r
+* s/and you'll get/and you get/\r
+* Also replace:\r
+    git format patch commit-sha1(-prefix)\r
+  by\r
+    git format patch <commit-sha1(-prefix)>\r
+* s/to To: field/into To: field/\r
+\r
+I also suggest that you insert at the beginning a simple use case:\r
+\r
+    # Please commit clean changes (see details in section "Committing")\r
+    $ git commit\r
+      | One line descr\r
+      |\r
+      | Long descr\r
+\r
+    # Check which commits to send\r
+    $ git log\r
+\r
+    # Prepare patches after 1f77...\r
+    $ git format patch 1f727c65ed864c4cdbb43456b5c8f130f69a193d\r
+\r
+    # Send to mailing list (test)\r
+    $ send-email --dry-run --compose 00*.patch\r
+\r
+    # Send to mailing list\r
+    $ send-email --compose 00*.patch\r
+\r
+--\r
+Fran=C3=A7ois\r