Messages in this thread |  | | | Subject | Re: [PATCH 24/29] sysctl: Replace root_list with links between sysctl_table_sets. | | From | Joe Perches <> | | Date | Mon, 30 Jan 2012 18:13:27 -0800 |
| |
On Mon, 2012-01-30 at 18:11 -0800, Eric W. Biederman wrote: > Is there a way to tie checkpatch into git. Perhaps into git commit?
$ git log --format=email -p -1 $commit | \ ./scripts/checkpatch.pl - or maybe a front-end script prior to git commit
$ git diff --stat -p <paths> | \ ./scripts.checkpatch.pl -
|  |