diff options
author | Benjamin C Meyer <ben@meyerhome.net> | 2010-03-19 03:00:25 -0400 |
---|---|---|
committer | Benjamin C Meyer <ben@meyerhome.net> | 2010-03-19 03:00:25 -0400 |
commit | 5a8fdca6f5d4daf8c9bfd62410df0c69e7826552 (patch) | |
tree | 1bbc5c5497a571788dc25e5249a93dc47fd6a9aa | |
parent | da0d26a06df19db6100d88bc3f8e231ef92f926e (diff) | |
download | git-hooks-5a8fdca6f5d4daf8c9bfd62410df0c69e7826552.tar.gz git-hooks-5a8fdca6f5d4daf8c9bfd62410df0c69e7826552.tar.bz2 |
Add the most important two hooks to the example list
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |