From 45570860d02b06963f3a022b76ae247aeb9716e8 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Thu, 3 Nov 2011 23:33:37 +0000 Subject: [PATCH] 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 --- tools/checkpatch.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/checkpatch.sh diff --git a/tools/checkpatch.sh b/tools/checkpatch.sh new file mode 100644 index 000000000..33b6dfc17 --- /dev/null +++ b/tools/checkpatch.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# + +git format-patch -M --stdout HEAD^ | tools/scripts/checkpatch.pl - --no-tree