2007-11-20 Emmanuele Bassi <ebassi@openedhand.com>

* README: Add diff example command lines for submitting patches.
This commit is contained in:
Emmanuele Bassi 2007-11-20 16:19:52 +00:00
parent 9955b06542
commit 3c653b00a4
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-20 Emmanuele Bassi <ebassi@openedhand.com>
* README: Add diff example command lines for submitting patches.
2007-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2007-11-20 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-actor.c:: * clutter/clutter-actor.c::

8
README
View File

@ -120,7 +120,13 @@ PATCHES
Patches should be submitted using Bugzilla. Patches fixing a bug should be Patches should be submitted using Bugzilla. Patches fixing a bug should be
attached to the bug report; patches for new features or for fixing bugs not attached to the bug report; patches for new features or for fixing bugs not
yet reported should be attached to a newly opened bug. Patches should always yet reported should be attached to a newly opened bug. Patches should always
be in the unified diff format. be in the unified diff format, using:
diff -Nuarp clutter.source clutter.patched > clutter-patch.diff
If diffing against the SVN repository, you should use:
svn diff --diff-cmd=diff -x -Nuarp > clutter-patch.diff
RELEASE NOTES RELEASE NOTES