[PATCH 1/1] devel/STYLE: information how to enable standard pre-commit hook
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 23 Mar 2013 12:07:15 +0000 (14:07 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:54:02 +0000 (09:54 -0800)
f8/ac22927e39c8eb42e01f10866de40ba17219a8 [new file with mode: 0644]

diff --git a/f8/ac22927e39c8eb42e01f10866de40ba17219a8 b/f8/ac22927e39c8eb42e01f10866de40ba17219a8
new file mode 100644 (file)
index 0000000..670b5f7
--- /dev/null
@@ -0,0 +1,68 @@
+Return-Path: <too@guru-group.fi>\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 4560E431FBF\r
+       for <notmuch@notmuchmail.org>; Sat, 23 Mar 2013 05:07:28 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\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 ywSBFRNrL9aE for <notmuch@notmuchmail.org>;\r
+       Sat, 23 Mar 2013 05:07:27 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 89A68431FAF\r
+       for <notmuch@notmuchmail.org>; Sat, 23 Mar 2013 05:07:27 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 33FC5100209; Sat, 23 Mar 2013 14:07:17 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/1] devel/STYLE: information how to enable standard\r
+       pre-commit hook\r
+Date: Sat, 23 Mar 2013 14:07:15 +0200\r
+Message-Id: <1364040435-22357-1-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 1.8.0\r
+Cc: tomi.ollila@iki.fi\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: Sat, 23 Mar 2013 12:07:28 -0000\r
+\r
+It is easier to enable git standard pre-commit hook, when the\r
+operation to do so is presented.\r
+---\r
+ devel/STYLE | 5 +++--\r
+ 1 file changed, 3 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/devel/STYLE b/devel/STYLE\r
+index 0792ba1..92de42c 100644\r
+--- a/devel/STYLE\r
++++ b/devel/STYLE\r
+@@ -45,8 +45,9 @@ function (param_type param, param_type param)\r
+    - likewise, there is a space following keywords such as if and while\r
+    - every binary operator should have space on either side.\r
\r
+-* No trailing whitespace. Please enable the standard pre-commit hook\r
+-  in git (or an equivalent hook).\r
++* No trailing whitespace. Please enable the standard pre-commit hook in git\r
++  (or an equivalent hook). The standard pre-commit hook is enabled by simply\r
++  renaming file '.git/hooks/pre-commit.sample' to '.git/hooks/pre-commit' .\r
\r
+ * The name in a function prototype should start at the beginning of a line.\r
\r
+-- \r
+1.8.0\r
+\r