diff options
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 |
commit | 1b0862c189f8db70f65e0eeabb749580d71e0e97 (patch) | |
tree | 73bcc59156ee2e35e0deae4256761cd303bd18b3 /HACKING | |
parent | 5227ae7162732c89fbf2e5eb547c4b1bee03bb58 (diff) | |
download | riscv-openocd-1b0862c189f8db70f65e0eeabb749580d71e0e97.zip riscv-openocd-1b0862c189f8db70f65e0eeabb749580d71e0e97.tar.gz riscv-openocd-1b0862c189f8db70f65e0eeabb749580d71e0e97.tar.bz2 |
HACKING: add tip on how to write comments
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |