summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-10 23:10:02 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-10 23:17:20 +0100
commit801cbef2d8a49af4c2e6f5a23b641170d0a1136b (patch)
tree14773aa4d0739db1b3cfc4ae645f5be7568b1502 /HACKING
parentd7aef9bd0bb8df6f2acbfbae02798aa81d95370f (diff)
downloadautomake-801cbef2d8a49af4c2e6f5a23b641170d0a1136b.tar.gz
HACKING: commit messages are not to follow GCS ChangeLog rules too strongly
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index c4f0ba815..45f9370d6 100644
--- a/HACKING
+++ b/HACKING
@@ -167,10 +167,10 @@
<detailed list of touched files>
-* The <detailed list of touched files> is mandatory but for the most
- trivial changes, and should follows the GNU guidelines for ChangeLog
- entries (described explicitly in the GNU Coding Standards); it might
- be something of this sort:
+* The <detailed list of touched files> should usually be provided (but
+ for short or trivial changes), and should follow the GNU guidelines
+ for ChangeLog entries (described explicitly in the GNU Coding
+ Standards); it might be something of this sort:
* some/file (func1): Improved frobnication.
(func2): Adjusted accordingly.