From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 92A301381F3 for ; Tue, 7 May 2013 22:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21D8CE080C; Tue, 7 May 2013 22:08:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B55D5E080C for ; Tue, 7 May 2013 22:08:47 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F74D33DFC5 for ; Tue, 7 May 2013 22:08:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 28650E4E31 for ; Tue, 7 May 2013 22:08:44 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1367964453.829c969f9bdada223e22aea501d60015e2c6d43a.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: STYLE X-VCS-Directories: / X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 829c969f9bdada223e22aea501d60015e2c6d43a X-VCS-Branch: master Date: Tue, 7 May 2013 22:08:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 230d529f-44d3-4893-96b8-2adbb84a21f9 X-Archives-Hash: 55902fbe76b892479706fb1067aab73d commit: 829c969f9bdada223e22aea501d60015e2c6d43a Author: Alexander Berntsen plaimi net> AuthorDate: Tue May 7 21:53:16 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue May 7 22:07:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=829c969f Fix wrong wording in STYLE --- STYLE | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/STYLE b/STYLE index 6be4a86..44ff1d5 100644 --- a/STYLE +++ b/STYLE @@ -51,7 +51,7 @@ line separating the summary from the body is critical (unless you omit the body entirely); tools like rebase can get confused if you run the two together. -Write your commit message in the present tense: "Fix bug" and not "Fixed +Write your commit message in the imperative: "Fix bug" and not "Fixed bug." This convention matches up with commit messages generated by commands like git merge and git revert.