summaryrefslogtreecommitdiff
path: root/hooks
Commit message (Collapse)AuthorAgeFilesLines
* Add pre-commit hookXiang, Haihao2017-04-071-0/+37
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>