From 85cf0a0dcf14e6b41a3aeedb9d423a03a4bf2640 Mon Sep 17 00:00:00 2001
From: paul <paul>
Date: Fri, 9 Jan 2004 16:34:54 +0000
Subject: 2004-01-09 Paul Jakma <paul@dishone.st>

	* HACKING: slight changes to make consistent with devel.php on web
	  site. remove 'not yet consensus' as lack of any disagreement can
	  be interpreted that file does reflect such.
---
 HACKING | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/HACKING b/HACKING
index d621136f..9fe61dee 100644
--- a/HACKING
+++ b/HACKING
@@ -1,11 +1,9 @@
 -*- mode: text; -*-
 
-$Id: HACKING,v 1.4 2004/01/05 20:09:00 gdt Exp $
+$Id: HACKING,v 1.5 2004/01/09 16:34:54 paul Exp $
 
 GUIDELINES FOR HACKING ON QUAGGA
 
-[this is a strawman on which consensus has been neither tested nor reached]
-
 [this is a draft in progress]
 
 Generally, GNU coding standards apply.  The indentation style is a bit
@@ -33,14 +31,16 @@ standards]
 
 PATCH SUBMISSION
 
-* Send a clean diff against the head of CVS.
+* Send a clean diff against the head of CVS in unified diff format, eg by:
+  cvs <cvs opts> diff -uwb ....
 
 * Include ChangeLog and NEWS entries as appropriate before the patch
   (or in it if you are 100% up to date).
 
 * Inclue only one semantic change or group of changes per patch.p
 
-* Do not make gratuitous changes to whitespace.
+* Do not make gratuitous changes to whitespace. See the w and b arguments
+  to diff.
 
 * State on which platforms and with what daemons the patch has been
   tested.  Understand that if the set of testing locations is small,
-- 
cgit v1.2.1