[cairo-commit] [cairo-www] src/cairomm.mdwn
Carl Worth
cworth at freedesktop.org
Thu Jul 12 12:06:28 PDT 2007
src/cairomm.mdwn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit adbf7a05994e53d44ae1699f2f4890bfe8d04e8e
Author: murrayc <murrayc at murrayc.com>
Date: Thu Jul 12 12:06:28 2007 -0700
Mention -a for the commit command. I am frustrated that it's not the default as in svn and cvs.
diff --git a/src/cairomm.mdwn b/src/cairomm.mdwn
index 8dd751b..eefe6c9 100644
--- a/src/cairomm.mdwn
+++ b/src/cairomm.mdwn
@@ -96,7 +96,7 @@ You can then open a bug and attach these patches so that someone with a develope
when you've made some changes, you can commit them to your local repository with the command:
- git commit -m "Commit message"
+ 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.
More information about the cairo-commit
mailing list