2007-11-20 Emmanuele Bassi <ebassi@openedhand.com>
* README: Add diff example command lines for submitting patches.
This commit is contained in:
parent
9955b06542
commit
3c653b00a4
@ -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>
|
||||
|
||||
* clutter/clutter-actor.c::
|
||||
|
8
README
8
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
|
||||
|
Loading…
Reference in New Issue
Block a user