From: barnboy%trilobyte.net <>
Date: Wed, 21 Nov 2001 04:16:24 +0000 (+0000)
Subject: Added blurb about unified diffs.
X-Git-Tag: bugzilla-2.16rc1~304
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb9bbe32980fae1320741d97028cf49c5f3f6a9;p=thirdparty%2Fbugzilla.git
Added blurb about unified diffs.
---
diff --git a/docs/sgml/patches.sgml b/docs/sgml/patches.sgml
index 5816009d37..b7f54e09ba 100644
--- a/docs/sgml/patches.sgml
+++ b/docs/sgml/patches.sgml
@@ -389,6 +389,18 @@ else
+
+
+ Patch Format
+
+
+ All patches submitted for inclusion into Bugzilla should be in the form of a
+ unified diff
. This comes from using diff -u
+ instead of simply diff
when creating your patch. This will
+ result in quicker acceptance of the patch.
+
+
+
Schema Changes
diff --git a/docs/xml/patches.xml b/docs/xml/patches.xml
index 5816009d37..b7f54e09ba 100644
--- a/docs/xml/patches.xml
+++ b/docs/xml/patches.xml
@@ -389,6 +389,18 @@ else
+
+
+ Patch Format
+
+
+ All patches submitted for inclusion into Bugzilla should be in the form of a
+ unified diff
. This comes from using diff -u
+ instead of simply diff
when creating your patch. This will
+ result in quicker acceptance of the patch.
+
+
+
Schema Changes