]> gitweb.fluxo.info Git - git-hooks.git/commitdiff
Add the most important two hooks to the example list
authorBenjamin C Meyer <ben@meyerhome.net>
Fri, 19 Mar 2010 07:00:25 +0000 (03:00 -0400)
committerBenjamin C Meyer <ben@meyerhome.net>
Fri, 19 Mar 2010 07:00:25 +0000 (03:00 -0400)
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
README

diff --git a/README b/README
index ab6ea76c0436e823d41286a0618d18369ed35759..18945101626efab703a4422ea6801a88a2f6d5f1 100644 (file)
--- 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.