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>__archive__
parent
3ed7e793c8
commit
330b0d68c2
1
HACKING
1
HACKING
|
@ -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…
Reference in New Issue