summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorbarnboy%trilobyte.net <>2001-11-21 05:16:24 +0100
committerbarnboy%trilobyte.net <>2001-11-21 05:16:24 +0100
commit6eb9bbe32980fae1320741d97028cf49c5f3f6a9 (patch)
tree8c08d3969d0ef89b6c69d514f511cc588f0b9fb0 /docs
parentee8b630f8d530547520cbcfe11dacbc4b73cfd2c (diff)
downloadbugzilla-6eb9bbe32980fae1320741d97028cf49c5f3f6a9.tar.gz
bugzilla-6eb9bbe32980fae1320741d97028cf49c5f3f6a9.tar.xz
Added blurb about unified diffs.
Diffstat (limited to 'docs')
-rw-r--r--docs/sgml/patches.sgml12
-rw-r--r--docs/xml/patches.xml12
2 files changed, 24 insertions, 0 deletions
diff --git a/docs/sgml/patches.sgml b/docs/sgml/patches.sgml
index 5816009d3..b7f54e09b 100644
--- a/docs/sgml/patches.sgml
+++ b/docs/sgml/patches.sgml
@@ -391,6 +391,18 @@ else
<listitem>
<para>
+ Patch Format
+ </para>
+ <para>
+ All patches submitted for inclusion into Bugzilla should be in the form of a
+ <quote>unified diff</quote>. This comes from using <quote>diff -u</quote>
+ instead of simply <quote>diff</quote> when creating your patch. This will
+ result in quicker acceptance of the patch.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Schema Changes
</para>
<para>
diff --git a/docs/xml/patches.xml b/docs/xml/patches.xml
index 5816009d3..b7f54e09b 100644
--- a/docs/xml/patches.xml
+++ b/docs/xml/patches.xml
@@ -391,6 +391,18 @@ else
<listitem>
<para>
+ Patch Format
+ </para>
+ <para>
+ All patches submitted for inclusion into Bugzilla should be in the form of a
+ <quote>unified diff</quote>. This comes from using <quote>diff -u</quote>
+ instead of simply <quote>diff</quote> when creating your patch. This will
+ result in quicker acceptance of the patch.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Schema Changes
</para>
<para>