Autogenerated HTML docs for v1.5.6-64-g85fe
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 25 Jun 2008 08:07:44 +0000 (08:07 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 25 Jun 2008 08:07:44 +0000 (08:07 +0000)
githooks.html
githooks.txt

index 1a798ebc779e08ca38e9b828175bc38596b470ae..11cf4971cb342a56bffb12dc40ca69011400e3b5 100644 (file)
@@ -280,7 +280,8 @@ githooks(5) Manual Page
 directory to trigger action at certain points.  When\r
 <tt>git-init</tt> is run, a handful example hooks are copied in the\r
 <tt>hooks</tt> directory of the new repository, but by default they are\r
-all disabled.  To enable a hook, make it executable with <tt>chmod +x</tt>.</p>\r
+all disabled.  To enable a hook, rename it by removing its <tt>.sample</tt>\r
+suffix.</p>\r
 <p>This document describes the currently defined hooks.</p>\r
 </div>\r
 <h2>applypatch-msg</h2>\r
@@ -525,7 +526,7 @@ to abort.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:27 UTC\r
+Last updated 25-Jun-2008 08:07:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4f06ae0ed4bd625bf5a33fca215c90fb1b5810c9..262a4f1626864c9dd4b180a2659336900412421c 100644 (file)
@@ -17,7 +17,8 @@ Hooks are little scripts you can place in `$GIT_DIR/hooks`
 directory to trigger action at certain points.  When
 `git-init` is run, a handful example hooks are copied in the
 `hooks` directory of the new repository, but by default they are
-all disabled.  To enable a hook, make it executable with `chmod +x`.
+all disabled.  To enable a hook, rename it by removing its `.sample`
+suffix.
 
 This document describes the currently defined hooks.