summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2011-06-12 11:33:37 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-06-12 11:33:37 +0200
commit1b0862c189f8db70f65e0eeabb749580d71e0e97 (patch)
tree73bcc59156ee2e35e0deae4256761cd303bd18b3 /HACKING
parent5227ae7162732c89fbf2e5eb547c4b1bee03bb58 (diff)
downloadopenocd+libswd-1b0862c189f8db70f65e0eeabb749580d71e0e97.tar.gz
openocd+libswd-1b0862c189f8db70f65e0eeabb749580d71e0e97.tar.bz2
openocd+libswd-1b0862c189f8db70f65e0eeabb749580d71e0e97.tar.xz
openocd+libswd-1b0862c189f8db70f65e0eeabb749580d71e0e97.zip
HACKING: add tip on how to write comments
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING7
1 files changed, 7 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 5718798d..6e4fc4b3 100644
--- a/HACKING
+++ b/HACKING
@@ -34,6 +34,13 @@ while(!done) {
TIP! use "git add ." before commit to add new files.
+--- example comment, notice the short first line w/topic ---
+topic: short comment
+<blank line>
+longer comments over several
+lines...
+-----
+
3. Next you need to make sure that your patches
are on top of the latest stuff on the server and
that there are no conflicts.