]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/use-of-uc-in-log-messages' into maint-2.38
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2022 22:24:13 +0000 (15:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2022 22:24:13 +0000 (15:24 -0700)
Clarify that "the sentence after <area>: prefix does not begin with
a capital letter" rule applies only to the commit title.

* jc/use-of-uc-in-log-messages:
  SubmittingPatches: use usual capitalization in the log message body

Documentation/SubmittingPatches

index 5bd795e5dbf90daff92fcf33a10f7c318e9d0689..927f7329a557bab6c316fa8fa1e478fa54b7e6a7 100644 (file)
@@ -153,7 +153,9 @@ files you are modifying to see the current conventions.
 
 [[summary-section]]
 The title sentence after the "area:" prefix omits the full stop at the
-end, and its first word is not capitalized unless there is a reason to
+end, and its first word is not capitalized (the omission
+of capitalization applies only to the word after the "area:"
+prefix of the title) unless there is a reason to
 capitalize it other than because it is the first word in the sentence.
 E.g. "doc: clarify...", not "doc: Clarify...", or "githooks.txt:
 improve...", not "githooks.txt: Improve...".  But "refs: HEAD is also