From c74ebf4c3b8b0d15991b54a4371e694d1629e689 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 20 Feb 2003 17:24:10 +0000 Subject: update git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3297 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/patch.t | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/docs/patch.t b/www/docs/patch.t index 8c601b0b14..1eafac947a 100644 --- a/www/docs/patch.t +++ b/www/docs/patch.t @@ -1,12 +1,21 @@ #define _PAGE_ How To Work With Patches #include "head.t" +

+ When we speak of 'patches' in the Rockbox project, we mean a set of changes + to one or more source files.

Tools Of The Trade

Use the tools 'diff' and 'patch'. Preferably the GNU versions. They're readily available for all imaginable platforms.

-[Add favourite diff/patch links here] +Try one of these: +

Creating A Patch

-- cgit v1.2.3