2007-11-20 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Tue, 20 Nov 2007 16:19:52 +0000 (16:19 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Tue, 20 Nov 2007 16:19:52 +0000 (16:19 +0000)
* README: Add diff example command lines for submitting patches.

ChangeLog
README

index dd57c22..e43e451 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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>
+
        * clutter/clutter-actor.c::
        * clutter/clutter-behaviour-opacity.c:
        * clutter/clutter-clone-texture.c:
diff --git a/README b/README
index fc7f7d1..5c68353 100644 (file)
--- a/README
+++ b/README
@@ -120,7 +120,13 @@ PATCHES
 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
 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