From 3c653b00a4badfce5ced29a29d4fa74ebfbc3863 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 20 Nov 2007 16:19:52 +0000 Subject: [PATCH] 2007-11-20 Emmanuele Bassi * README: Add diff example command lines for submitting patches. --- ChangeLog | 4 ++++ README | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd57c2277..e43e45196 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-20 Emmanuele Bassi + + * README: Add diff example command lines for submitting patches. + 2007-11-20 Emmanuele Bassi * clutter/clutter-actor.c:: diff --git a/README b/README index fc7f7d195..5c68353d4 100644 --- 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