diff options
author | Alexander Berntsen <alexander@plaimi.net> | 2013-05-07 23:53:16 +0200 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-05-07 17:07:33 -0500 |
commit | 829c969f9bdada223e22aea501d60015e2c6d43a (patch) | |
tree | 99628f6df4923604f895848ec2ccd9e837939f0d /STYLE | |
parent | ac00934ecd5d9f13e44d27dafe3ac470fc7a5f18 (diff) |
Fix wrong wording in STYLE
Diffstat (limited to 'STYLE')
-rw-r--r-- | STYLE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |