add scripts/checkpatch.pl 10/head
authorOleksij Rempel <linux@rempel-privat.de>
Sun, 7 Apr 2013 07:02:31 +0000 (09:02 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Sun, 7 Apr 2013 07:12:14 +0000 (09:12 +0200)
commit3fff59bc906c0058c9a9afe0256aaed9468f3d22
tree09e7d05bf936657cd259449930c036523a304466
parent45cbaaa8feabb64d7f0f4e418ad000c0ef642adb
add scripts/checkpatch.pl

currently developers should manually add this check with this command:
ln -s ../../scripts/pre-commit.sh .git/hooks/pre-commit

to do it automatically we need to add this command to autogen.sh or
what ever build system which we will use.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
scripts/checkpatch.pl [new file with mode: 0755]
scripts/pre-commit.sh [new file with mode: 0755]