summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Berntsen <alexander@plaimi.net>2013-05-07 23:53:16 +0200
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-05-07 17:07:33 -0500
commit829c969f9bdada223e22aea501d60015e2c6d43a (patch)
tree99628f6df4923604f895848ec2ccd9e837939f0d
parentac00934ecd5d9f13e44d27dafe3ac470fc7a5f18 (diff)
downloadopenrc-829c969f9bdada223e22aea501d60015e2c6d43a.tar.gz
openrc-829c969f9bdada223e22aea501d60015e2c6d43a.tar.bz2
openrc-829c969f9bdada223e22aea501d60015e2c6d43a.tar.xz
Fix wrong wording in STYLE
-rw-r--r--STYLE2
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.