summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: