From 6eb9bbe32980fae1320741d97028cf49c5f3f6a9 Mon Sep 17 00:00:00 2001
From: "barnboy%trilobyte.net" <>
Date: Wed, 21 Nov 2001 04:16:24 +0000
Subject: Added blurb about unified diffs.
---
docs/sgml/patches.sgml | 12 ++++++++++++
docs/xml/patches.xml | 12 ++++++++++++
2 files changed, 24 insertions(+)
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
@@ -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 5816009d3..b7f54e09b 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
--
cgit v1.2.1