From: Spencer Oliver Date: Thu, 3 Nov 2011 23:33:37 +0000 (+0000) Subject: tools: add checkpatch script X-Git-Tag: v0.6.0-rc1~462 X-Git-Url: https://git.sur5r.net/?p=openocd;a=commitdiff_plain;h=45570860d02b06963f3a022b76ae247aeb9716e8 tools: add checkpatch script execute from openocd root dir after commiting change but before pushing to gerrit. tools/checkpatch.sh This is the same script used by the jenkins build server to validate a change. Change-Id: Ib40d44b160e1c50a5e47ab55fc48a554381ea763 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/167 Tested-by: jenkins --- diff --git a/tools/checkpatch.sh b/tools/checkpatch.sh new file mode 100644 index 00000000..33b6dfc1 --- /dev/null +++ b/tools/checkpatch.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# + +git format-patch -M --stdout HEAD^ | tools/scripts/checkpatch.pl - --no-tree