From: Stefano Lattarini Date: Thu, 10 Jan 2013 22:10:02 +0000 (+0100) Subject: HACKING: commit messages are not to follow GCS ChangeLog rules too strongly X-Git-Tag: v1.13b~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=801cbef2d8a49af4c2e6f5a23b641170d0a1136b;p=platform%2Fupstream%2Fautomake.git HACKING: commit messages are not to follow GCS ChangeLog rules too strongly Signed-off-by: Stefano Lattarini --- diff --git a/HACKING b/HACKING index c4f0ba8..45f9370 100644 --- a/HACKING +++ b/HACKING @@ -167,10 +167,10 @@ -* The 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 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.