diff options
author | barnboy%trilobyte.net <> | 2001-11-21 05:16:24 +0100 |
---|---|---|
committer | barnboy%trilobyte.net <> | 2001-11-21 05:16:24 +0100 |
commit | 6eb9bbe32980fae1320741d97028cf49c5f3f6a9 (patch) | |
tree | 8c08d3969d0ef89b6c69d514f511cc588f0b9fb0 /docs/xml | |
parent | ee8b630f8d530547520cbcfe11dacbc4b73cfd2c (diff) | |
download | bugzilla-6eb9bbe32980fae1320741d97028cf49c5f3f6a9.tar.gz bugzilla-6eb9bbe32980fae1320741d97028cf49c5f3f6a9.tar.xz |
Added blurb about unified diffs.
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/patches.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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> |