summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorgdt <gdt>2004-11-15 19:23:47 +0000
committergdt <gdt>2004-11-15 19:23:47 +0000
commit697877eb8bf90860bcc1a00d5748abb13212fb35 (patch)
tree1ea93dddd79084ade2ffb991d15dea3ae73180aa /HACKING
parent69e1325faf47762fd08917b8f20a20abb59d41e6 (diff)
Note that <dollar>Id:$ should be included in all files.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 6 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 958610b1..fa5ac1ac 100644
--- a/HACKING
+++ b/HACKING
@@ -1,6 +1,5 @@
-*- mode: text; -*-
-
-$Id: HACKING,v 1.11 2004/11/15 17:29:11 gdt Exp $
+$Id: HACKING,v 1.12 2004/11/15 19:23:47 gdt Exp $
GUIDELINES FOR HACKING ON QUAGGA
@@ -32,6 +31,11 @@ New code should have good comments, and changes to existing code
should in many cases upgrade the comments when necessary for a
reviewer to conclude that the change has no unintended consequences.
+Each file in CVS should have the RCS keyword Id, somewhere very near
+the top, commented out appropriately for the file type. Just add
+<dollar>Id:<dollar>, replacing <dollar> with $. See line 2 of HACKING
+for an example; on checkout :$ is expanded to include the value.
+
CHANGELOG
Add a ChangeLog entry whenever changing code, except for minor fixes