]> spindle.queued.net Git - midori/commit
Provide script 'check-style' for validating patches
authorChristian Dywan <christian@twotoasts.de>
Tue, 27 Apr 2010 21:56:27 +0000 (23:56 +0200)
committerChristian Dywan <christian@twotoasts.de>
Tue, 27 Apr 2010 21:56:27 +0000 (23:56 +0200)
commit0ca6c68f0c67d236316cb5b9fd9b1ec1e7edfcde
tree1b251dbfbd950dab4f27290f13181813d561435c
parent3aad0189c455d540c69e13fce05f415e7e715eee
Provide script 'check-style' for validating patches

Run the script with a patch file as the first argument in order
to validate the patch in terms of coding style, like so:

./tools/check-style my-patch.diff

As a shortcut, you can also check current changes:

./tools/check-style .
tools/check-style [new file with mode: 0755]