]> git.eshelyaron.com Git - emacs.git/commitdiff
; * CONTRIBUTE: Clarify the log message line width guidelines.
authorEli Zaretskii <eliz@gnu.org>
Fri, 11 Nov 2022 07:14:14 +0000 (09:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 11 Nov 2022 07:14:14 +0000 (09:14 +0200)
CONTRIBUTE

index 94d757daafe7debee3df35097bbb8861bd73c88f..c226645bd7c07340cb1efea26d16c5c0e07cd231 100644 (file)
@@ -202,9 +202,10 @@ them right the first time, so here are guidelines for formatting them:
   you can put a paragraph (after the empty line and before the
   individual ChangeLog entries) that further describes the commit.
 
-- Limit lines in commit messages to 78 characters, unless they consist
-  of a single word of at most 140 characters; this is enforced by a
-  commit hook.
+- Lines in ChangeLog entries should preferably be not longer than 63
+  characters, and must not exceed 78 characters, unless they consist
+  of a single word of at most 140 characters; this 78/140 limit is
+  enforced by a commit hook.
 
 - If only a single file is changed, the summary line can be the normal
   file first line (starting with the asterisk).  Then there is no