diff options
author | barnboy%trilobyte.net <> | 2008-04-04 13:48:11 +0200 |
---|---|---|
committer | barnboy%trilobyte.net <> | 2008-04-04 13:48:11 +0200 |
commit | 956f89ebd466d195218c8c5c52b1a069e909673e (patch) | |
tree | b7e2b166a7a230f6a9d743f1da64c7034d748953 /docs | |
parent | 161d605a4b0a2c403485c13e23646192a8deeba8 (diff) | |
download | bugzilla-956f89ebd466d195218c8c5c52b1a069e909673e.tar.gz bugzilla-956f89ebd466d195218c8c5c52b1a069e909673e.tar.xz |
Added blurb about unified diffs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/patches.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/en/xml/patches.xml b/docs/en/xml/patches.xml index 5816009d3..b7f54e09b 100644 --- a/docs/en/xml/patches.xml +++ b/docs/en/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> |