database error
[notmuch-archives.git] / 31 / 30ca3741b1d740a66a8ef93426216c174e5692
1 Return-Path: <francois.gannaz@free.fr>\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 21390429E27\r
6         for <notmuch@notmuchmail.org>; Thu,  1 Sep 2011 03:50:26 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 6USJP0yz5o5I for <notmuch@notmuchmail.org>;\r
17         Thu,  1 Sep 2011 03:50:24 -0700 (PDT)\r
18 Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2])\r
19         by olra.theworths.org (Postfix) with ESMTP id 0F542429E26\r
20         for <notmuch@notmuchmail.org>; Thu,  1 Sep 2011 03:50:22 -0700 (PDT)\r
21 Received: from coriolan (unknown [88.172.133.112])\r
22         by smtp2-g21.free.fr (Postfix) with ESMTP id 81B654B006D\r
23         for <notmuch@notmuchmail.org>; Thu,  1 Sep 2011 12:50:11 +0200 (CEST)\r
24 Date: Thu, 1 Sep 2011 12:49:51 +0200\r
25 From: =?UTF-8?B?RnJhbsOnb2lz?= Gannaz <francois.gannaz@free.fr>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: Re: Patch formatting\r
28 Message-ID: <20110901124951.2f6420b1@coriolan>\r
29 In-Reply-To: <yf6ty8wpq25.fsf@taco2.nixu.fi>\r
30 References: <yf6ty8wpq25.fsf@taco2.nixu.fi>\r
31 X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-pc-linux-gnu)\r
32 Mime-Version: 1.0\r
33 Content-Type: text/plain; charset=UTF-8\r
34 Content-Transfer-Encoding: quoted-printable\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Thu, 01 Sep 2011 10:50:26 -0000\r
48 \r
49 Hi\r
50 \r
51 On 2011-09-01, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
52 > Hi\r
53 >=20\r
54 > Please check (now updated)\r
55 >=20\r
56 > http://notmuchmail.org/patchformatting/\r
57 >=20\r
58 > page.\r
59 >=20\r
60 >=20\r
61 > Anything that can me used to improve the content (even furtner!)\r
62 > are greatly appreciated.\r
63 \r
64 A few minor suggestions:\r
65 \r
66 * Insert a link for the text "Software Release Practice HOWTO"\r
67   http://tldp.org/HOWTO/Software-Release-Practice-HOWTO/\r
68 * s/If you're made/If you've made/\r
69 * s/and you'll get/and you get/\r
70 * Also replace:\r
71     git format patch commit-sha1(-prefix)\r
72   by\r
73     git format patch <commit-sha1(-prefix)>\r
74 * s/to To: field/into To: field/\r
75 \r
76 I also suggest that you insert at the beginning a simple use case:\r
77 \r
78     # Please commit clean changes (see details in section "Committing")\r
79     $ git commit\r
80       | One line descr\r
81       |\r
82       | Long descr\r
83 \r
84     # Check which commits to send\r
85     $ git log\r
86 \r
87     # Prepare patches after 1f77...\r
88     $ git format patch 1f727c65ed864c4cdbb43456b5c8f130f69a193d\r
89 \r
90     # Send to mailing list (test)\r
91     $ send-email --dry-run --compose 00*.patch\r
92 \r
93     # Send to mailing list\r
94     $ send-email --compose 00*.patch\r
95 \r
96 --\r
97 Fran=C3=A7ois\r