summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorpaul <paul>2004-01-09 16:34:54 +0000
committerpaul <paul>2004-01-09 16:34:54 +0000
commitcef11a4e92a5fc87d1ecf6a76a71fbba329df49e (patch)
tree96d940cef589f1c0027d71e2282e957478ff4df9 /HACKING
parentaecfdd6bf34521156ee99d11bf66caca6e561801 (diff)
downloadquagga-cef11a4e92a5fc87d1ecf6a76a71fbba329df49e.tar.bz2
quagga-cef11a4e92a5fc87d1ecf6a76a71fbba329df49e.tar.xz
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.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 7743ee80..3f62eb88 100644
--- a/HACKING
+++ b/HACKING
@@ -4,8 +4,6 @@ $Id$
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,