OSDN Git Service

Add pre-commit hook
authorXiang, Haihao <haihao.xiang@intel.com>
Fri, 24 Mar 2017 01:13:24 +0000 (09:13 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 7 Apr 2017 08:32:33 +0000 (16:32 +0800)
commit2f0a8449f37b978eb202082b9113039b00c6931a
tree06333d75b6058f6ee64918ddbf1b52398dc72f09
parent85d5aa7602fcc5e0561f93eff155353cbf903816
Add pre-commit hook

Check that the code follows a consistant coding style before committing.
The current command will be interrupted if the commit doesn't follow the
code style

This fixes https://github.com/01org/intel-vaapi-driver/issues/99

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
CONTRIBUTING.md
autogen.sh
hooks/pre-commit.hook [new file with mode: 0755]