]> git.proxmox.com Git - mirror_frr.git/commitdiff
2004-05-13 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Thu, 13 May 2004 13:38:06 +0000 (13:38 +0000)
committerpaul <paul>
Thu, 13 May 2004 13:38:06 +0000 (13:38 +0000)
* HACKING: Add comment about updating ChangeLogs (which this
  commit, ironically, hasnt neglected to do).

HACKING

diff --git a/HACKING b/HACKING
index 9fe61dee0dc34731cc7499609a74bbab10ee2c37..1ffdab8761e5fe499a03eecd2b024cad1d10345b 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,6 +1,6 @@
 -*- mode: text; -*-
 
-$Id: HACKING,v 1.5 2004/01/09 16:34:54 paul Exp $
+$Id: HACKING,v 1.6 2004/05/13 13:38:06 paul Exp $
 
 GUIDELINES FOR HACKING ON QUAGGA
 
@@ -63,6 +63,9 @@ PATCH APPLICATION TO CVS
 * If the patch might break something, issue a call for testing on the
   mailinglist.
 
+* Give an appropriate commit message, eg the ChangeLog entry should suffice,
+  if it does not, then the ChangeLog entry itself needs to be corrected.
+
 * By committing a patch, you are responsible for fixing problems
   resulting from it (or backing it out).