From: Benjamin C Meyer Date: Fri, 19 Mar 2010 07:00:25 +0000 (-0400) Subject: Add the most important two hooks to the example list X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5a8fdca6f5d4daf8c9bfd62410df0c69e7826552;p=git-hooks.git Add the most important two hooks to the example list Signed-off-by: Benjamin C Meyer --- diff --git a/README b/README index ab6ea76..1894510 100644 --- a/README +++ b/README @@ -8,6 +8,8 @@ Hooks can be very powerful and useful. Some common hooks include: Hooks can also be very project specific such as: +- Verify that the project still builds +- Verify that autotests matching the modified files still pass with no errors. - Pre-populate the commit message with the 'standard' format. - Verify that any new code follows the 'standard' coding style.