From: gdt Date: Mon, 15 Nov 2004 19:23:47 +0000 (+0000) Subject: Note that Id:$ should be included in all files. X-Git-Tag: frr-2.0-rc1~3383 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=697877eb8bf90860bcc1a00d5748abb13212fb35;p=mirror%2Ffrr.git Note that Id:$ should be included in all files. --- diff --git a/HACKING b/HACKING index 958610b135..fa5ac1ace1 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 +Id:, replacing 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