From: Leif Madsen Date: Fri, 27 Mar 2009 19:31:04 +0000 (+0000) Subject: Update commit message guidelines in re: to punctuation. X-Git-Tag: 11.0.0-beta1~5164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d000310a2a35f3a5bf705f90877a48ac37154592;p=thirdparty%2Fasterisk.git Update commit message guidelines in re: to punctuation. The doxygen documentation has now been updated to state explicitly that I want punctuation atthe end of the first sentence in a commit message. :). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184798 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h index f459a1afcf..f58dd8cfc2 100644 --- a/include/asterisk/doxyref.h +++ b/include/asterisk/doxyref.h @@ -360,7 +360,8 @@ * Some commit history viewers treat the first line of commit messages as the * summary for the commit. So, an effort should be made to format our commit * messages in that fashion. The verbose description may contain multiple - * paragraphs, itemized lists, etc. + * paragraphs, itemized lists, etc. Always end the first sentence (and any + * subsequent sentences) with punctuation. * * Commit messages should be wrapped at 80 %columns. *