2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 13:02:18 +10:00

HACKING: add tip on how to write comments

This commit is contained in:
Øyvind Harboe 2011-06-12 11:33:37 +02:00
parent 5227ae7162
commit 1b0862c189

View File

@ -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.