[cairo-commit] [cairo-www] src/cairomm.mdwn

Carl Worth cworth at freedesktop.org
Sun Mar 23 03:34:56 PDT 2008


 src/cairomm.mdwn |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 65b242875fd253a0289b796e17269c88b3289e98
Author: Carl Worth <cworth at freedesktop.org>
Date:   Sun Mar 23 03:34:56 2008 -0700

    web commit by murrayc: moap creates habits.

diff --git a/src/cairomm.mdwn b/src/cairomm.mdwn
index 8d84179..5d5aebf 100644
--- a/src/cairomm.mdwn
+++ b/src/cairomm.mdwn
@@ -84,7 +84,9 @@ When you've made some changes, you can commit them to your local repository with
 
     git commit -a -m "Commit message"
 
-The commit message should generally be a copy/paste of your entry in the ChangeLog. Always remember to make an entry in the ChangeLog, in the style of the existing ChangeLog entries. It's particularly important to mention what you changed in each file and to mention the overall aim of your changes, including any relevant bugzilla bug number.
+The commit message should generally be a copy/paste of your entry in the ChangeLog. Always remember to make an entry in the ChangeLog, in the style of the existing ChangeLog entries. It's particularly important to mention what you changed in each file and to mention the overall aim of your changes, including any relevant bugzilla bug number. The [moap](http://thomas.apestaart.org/moap/trac) tool can help you to create ChangeLog entries with git or other popular source control systems. Use:
+
+    moap changelog prepare -c
 
 If you don't have a developer account (and thus can't push directly to the central repository), but would like to have some of your local changes incorporated into the central repository, you can create a patch with the following command:
 


More information about the cairo-commit mailing list