summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2012-05-12 11:07:08 +0300
committerTomi Ollila <tomi.ollila@iki.fi>2012-05-12 11:07:27 +0300
commitad3ff084917bc471c8e18169608cae93b7ce99c7 (patch)
tree97d7014fa727bac1c01de01002e3e21c06b06186
parent7f28138aba6bdba456efe87d88f618a20120cdb5 (diff)
65 -> 72 character limit helps a bit
-rw-r--r--patchformatting.mdwn10
1 files changed, 6 insertions, 4 deletions
diff --git a/patchformatting.mdwn b/patchformatting.mdwn
index 8f32031..8a8b37d 100644
--- a/patchformatting.mdwn
+++ b/patchformatting.mdwn
@@ -25,15 +25,17 @@ working tree will follow.
Enter your commit message in following format:
- first commit line; one line description, up to 65 chars
+ first commit line; short one line description
After one empty line, a detailed description of your changes
the description most usually spans over multiple lines.
-The 65-character (limit) seems to be common among many projects so
-that is good guideline to follow here too.
+Wrap the lines to about __72__ characters or so. On an 80 column terminal,
+if we subtract 4 columns for the indent on the left and 4 more for
+symmetry on the right, we’re left with __72__ columns.
-Regarding the commit message body contents, Carl [has stated](http://article.gmane.org/gmane.mail.notmuch.general/504):
+Regarding the commit message body contents,
+Carl [has stated](http://article.gmane.org/gmane.mail.notmuch.general/504):
> The single line summary is good about saying *what* the commit does,
> but I always want to see at least one sentence about the *why* as well.