summaryrefslogtreecommitdiff
path: root/util/gitconfig/pre-commit
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-02-11 01:53:42 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-17 18:42:50 +0200
commitb18f522bced85deda8a339cdf9aa310478db3a71 (patch)
treec2b45675e9f5850947a8b301ecbe5184caf1503d /util/gitconfig/pre-commit
parent98fc2e9be10868f3a0c2906a016b8d107c051e4c (diff)
downloadcoreboot-b18f522bced85deda8a339cdf9aa310478db3a71.tar.xz
lint/gitconfig: Enable checkpatch.pl checking of commits
This patch enables running the checkpatch script on the code portion of each commit as part of the pre-commit hook. At this point there is no checking of the commit message in place (e.g. for typos) Change-Id: I7cdf0692cf372986e411f4aba4691417b73c7511 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/8419 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'util/gitconfig/pre-commit')
-rwxr-xr-xutil/gitconfig/pre-commit3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/gitconfig/pre-commit b/util/gitconfig/pre-commit
index ccf78d376c..70cd6eade1 100755
--- a/util/gitconfig/pre-commit
+++ b/util/gitconfig/pre-commit
@@ -1,2 +1,3 @@
#!/bin/sh
-exec %MAKE% lint-stable
+%MAKE% lint-stable
+git diff --cached | util/lint/checkpatch.pl --no-signoff -q -