From 6aff399c50c56499434428ca08240eac1d799f57 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Wed, 25 Jun 2008 08:07:44 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.6-64-g85fe
---
githooks.html | 5 +++--
githooks.txt | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/githooks.html b/githooks.html
index 1a798ebc7..11cf4971c 100644
--- a/githooks.html
+++ b/githooks.html
@@ -280,7 +280,8 @@ githooks(5) Manual Page
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.
applypatch-msg
@@ -525,7 +526,7 @@ to abort.