diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-25 13:25:54 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-25 13:25:54 +0000 |
commit | 789b89cd6a0054b8415ed530d2e5da95f23b1f03 (patch) | |
tree | 841b3fb0c132bd39b9edab30f12180418220d531 /docs | |
parent | 276ce34d9646305c58ca7ce51cc9f1d53b60a24f (diff) | |
download | mana-789b89cd6a0054b8415ed530d2e5da95f23b1f03.tar.gz mana-789b89cd6a0054b8415ed530d2e5da95f23b1f03.tar.bz2 mana-789b89cd6a0054b8415ed530d2e5da95f23b1f03.tar.xz mana-789b89cd6a0054b8415ed530d2e5da95f23b1f03.zip |
Fixed ChangeLog indentation and line length, added an example for the ChangeLog format to the HACKING.txt
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/HACKING.txt b/docs/HACKING.txt index 6f9c3b56..a6d3260a 100644 --- a/docs/HACKING.txt +++ b/docs/HACKING.txt @@ -121,3 +121,14 @@ necessary. [newline] [tab]*[space]filename:[space]Comment [newline] + + The last character on each line is at max at column 79. + + Example: + +1234-12-24 Some Body <mymail@mailserver.tld> + + * some/file: My comment. + * some/file, anotherfile: This is a pretty long comment and needs a line + break, to avoid characters at colums > 79. + |