]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: CG 1.3.1: specify format of commit message
authorTrevor Daniels <t.daniels@treda.co.uk>
Tue, 24 Mar 2009 12:27:33 +0000 (12:27 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Tue, 24 Mar 2009 12:27:33 +0000 (12:27 +0000)
Documentation/devel/git-starting.itexi

index e591c83d41478dc07b4469db6252a1fa342f567f..1fb162042f119cfcfcc98f11cd8e78ea4bacd75c 100644 (file)
@@ -211,6 +211,14 @@ git commit -a
 git format-patch origin
 @end example
 
+The commit should include a brief message describing the change.
+This consists of a one-line summary describing the change, and
+if necessary a blank line followed by several lines giving the
+details.
+
+If the change is to the documentation only the one-line summary
+should be prefixed with "Docs: ".
+
 If you added a file to the source code, you must add it to git
 with: