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.

diff --git a/githooks.txt b/githooks.txt index 4f06ae0ed..262a4f162 100644 --- a/githooks.txt +++ b/githooks.txt @@ -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. -- 2.26.2