diff options
author | Stef Walter <stefw@gnome.org> | 2011-06-12 22:55:02 +0200 |
---|---|---|
committer | nobody <nobody@localhost.localdomain> | 2011-08-08 17:43:47 +0200 |
commit | 3dfd7aa70f64f4ec13c2684a80771b07a2b5843d (patch) | |
tree | cc19aff8aba4a169d572eb90fa15f1a31083e67f /ChangeLog | |
download | libsecret-3dfd7aa70f64f4ec13c2684a80771b07a2b5843d.tar.gz |
Initial module setup. Implement GSecretData
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..34fa05b --- /dev/null +++ b/ChangeLog @@ -0,0 +1,32 @@ +=== ChangeLog discontinued === + + gsecret relies on commit messages to provide change history. Please + write commit messages in the following format: + +=== begin example commit === + + Short explanation of the commit + + Longer explanation explaining exactly what's changed, whether any + external or private interfaces changed, what bugs were fixed (with bug + tracker reference if applicable) and so forth. Be concise but not too + brief. + +=== end example commit === + + - Always add a brief description of the commit to the _first_ line of + the commit and terminate by two newlines. This may be the title of + a fixed bug, copied from Bugzilla. + + - First line (the brief description) must only be one sentence and + should start with a capital letter unless it starts with a + lowercase symbol or identifier. Don't use a trailing full stop, + and don't exceed 72 characters. + + - The main description (the body) is normal prose and should use + normal punctuation and capital letters where appropriate. + + - When committing code on behalf of others use the --author option, + e.g. git commit -a --author "Joe Coder <joe@coder.org>" and + --signoff. + |