diff options
author | Priit Laes <plaes@plaes.org> | 2009-07-22 15:43:34 +0800 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2009-07-22 15:57:21 +0800 |
commit | 8c9f8e984de0cd430f53140b816c476cf7e9dc67 (patch) | |
tree | a9877ccc31f2e62ab67d24edb447f00d560f73a8 /HACKING | |
parent | 65b9077bd1eedc7a32279990638f0e98e3d9563d (diff) | |
download | gsoc2013-epiphany-8c9f8e984de0cd430f53140b816c476cf7e9dc67.tar.gz gsoc2013-epiphany-8c9f8e984de0cd430f53140b816c476cf7e9dc67.tar.zst gsoc2013-epiphany-8c9f8e984de0cd430f53140b816c476cf7e9dc67.zip |
Update various outdated documents.
ChangeLog.README, HACKING, README, TODO: Updates, spelling fixes, etc.
Signed-off-by: Priit Laes <plaes@plaes.org>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,12 +15,13 @@ need to stick to in order to get your patch accepted: uncrustify program to get correct indentation in new files. Comment blocks are written like this: - + /* * bla_bla_cb: This is an example comment block */ -See ChangeLog.README for SVN checkin rules. +See ChangeLog.README for Git checkin rules. +See doc/debugging.txt for some tips and tricks for debugging. Do NOT commit to this module without permission from a maintainer. See the MAINTAINERS file for who they are. |