From 956f89ebd466d195218c8c5c52b1a069e909673e Mon Sep 17 00:00:00 2001
From: "barnboy%trilobyte.net" <>
Date: Fri, 4 Apr 2008 11:48:11 +0000
Subject: Added blurb about unified diffs.
---
docs/en/xml/patches.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
(limited to 'docs')
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
@@ -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
--
cgit v1.2.3-24-g4f1b