File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -176,14 +176,9 @@ Sample complete commit message:
176
176
``` txt
177
177
subsystem: explain the commit in one line
178
178
179
- Body of commit message is a few lines of text, explaining things
180
- in more detail, possibly giving some background about the issue
181
- being fixed, etc.
182
-
183
- The body of the commit message can be several paragraphs, and
184
- please do proper word-wrap and keep columns shorter than about
185
- 72 characters or so. That way, `git log` will show things
186
- nicely even when it is indented.
179
+ The body of the commit message should be one or more paragraphs, explaining
180
+ things in more detail. Please word-wrap to keep columns to 72 characters or
181
+ less.
187
182
188
183
Fixes: https://github.com/nodejs/node/issues/1337
189
184
Refs: http://eslint.org/docs/rules/space-in-parens.html
You can’t perform that action at this time.
0 commit comments