summaryrefslogtreecommitdiff
path: root/www/docs/patch.t
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2003-02-20 20:33:07 +0000
committerRobert Hak <adiamas@rockbox.org>2003-02-20 20:33:07 +0000
commit12425d96e09c9a2a81a93c1f78d1c4813856118b (patch)
treeb086d68a88b3eb4842961b9ff0aea37a32fa5a68 /www/docs/patch.t
parent0d3c94d241feafbf7664133fcd8ce25da3e5bda9 (diff)
downloadrockbox-12425d96e09c9a2a81a93c1f78d1c4813856118b.tar.gz
rockbox-12425d96e09c9a2a81a93c1f78d1c4813856118b.zip
how to submit a patch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3302 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs/patch.t')
-rw-r--r--www/docs/patch.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/docs/patch.t b/www/docs/patch.t
index 1eafac947a..2c4c1cb660 100644
--- a/www/docs/patch.t
+++ b/www/docs/patch.t
@@ -39,6 +39,11 @@ changes done to multiple:
39 The -u option means the output is using the 'unified diff' format. Older 39 The -u option means the output is using the 'unified diff' format. Older
40 diff programs don't have that, and then -c (for 'context diff') is OK. 40 diff programs don't have that, and then -c (for 'context diff') is OK.
41 41
42<h2>Submitting A Patch</h2>
43<p>All patches that are meant for inclusion in the sources would be posted to
44the <a href="http://sourceforge.net/tracker/?group_id=44306&atid=439120">patch tracker</a>.
45Patches sent to the mailing list are quickly lost in the traffic of the list itself.
46
42<h2>Applying A Patch</h2> 47<h2>Applying A Patch</h2>
43<p> 48<p>
44 Applying a 'patch' (output from diff -u) is done with the 'patch' tool: 49 Applying a 'patch' (output from diff -u) is done with the 'patch' tool: