Browse Source

HACKING - checkpatch before pushing makes life quicker

Change-Id: I4c3cde2aae7bdea138413e373ac986be3efd54de
Signed-off-by: rodrigo_l_rosa <rodrigorosa.lg@gmail.com>
Reviewed-on: http://openocd.zylin.com/252
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
tags/v0.6.0-rc1
rodrigo_l_rosa 12 years ago
committed by Øyvind Harboe
parent
commit
330b0d68c2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      HACKING

+ 1
- 0
HACKING View File

@@ -92,6 +92,7 @@ repository.
while(!done) { while(!done) {
work - edit files using your favorite editor. work - edit files using your favorite editor.
run "git commit -s -a" to commit all changes. run "git commit -s -a" to commit all changes.
run tools/checkpatch.sh to verify your patch style is ok.
} }


TIP! use "git add ." before commit to add new files. TIP! use "git add ." before commit to add new files.


Loading…
Cancel
Save