[iptables] Add new COMMIT_NOTES document

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Mon May 25 16:58:18 CEST 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=c65b5f2c7dcbd7ca5bd7759ab5180bd4e898e90a
commit c65b5f2c7dcbd7ca5bd7759ab5180bd4e898e90a
Author:     Jan Engelhardt <jengelh at medozas.de>
AuthorDate: Mon May 25 16:57:52 2009 +0200
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Mon May 25 16:57:52 2009 +0200

    Add new COMMIT_NOTES document
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Patrick McHardy <kaber at trash.net>
       via  c65b5f2c7dcbd7ca5bd7759ab5180bd4e898e90a (commit)
      from  e55cc4aaa6e35448c14370e5261c3387d26b257d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c65b5f2c7dcbd7ca5bd7759ab5180bd4e898e90a
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Mon May 25 16:57:52 2009 +0200

    Add new COMMIT_NOTES document
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Patrick McHardy <kaber at trash.net>

-----------------------------------------------------------------------

 COMMIT_NOTES |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 COMMIT_NOTES
Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
Signed-off-by: Patrick McHardy <kaber at trash.net>

diff --git a/COMMIT_NOTES b/COMMIT_NOTES
new file mode 100644
index 0000000..7583fac
--- /dev/null
+++ b/COMMIT_NOTES
@@ -0,0 +1,15 @@
+A quick list of rules for committing stuff into netfilter git:
+
+- Always add an appropriate description, in git format
+  (i.e. first line is a summary)
+
+- Please try to include references to bugs when the description does not
+  include total discussion coverage or when the bug report is external to
+  netfilter-devel, e.g.
+  "Closes: netfilter bugzilla #123", or
+  "Reference: http://bugs.{debian,gentoo}.org/..."
+
+- If you touch any parts of libxtables (xtables.c, include/xtables.h.in),
+  make sure the so-version is updated _appropriately_ (i.e. read the
+  libtool manual about Versioning:: first if need be) in configure.ac.
+  Adding fields to a struct always entails a vcurrent bump.



More information about the netfilter-cvslog mailing list