From 2fbcd210effb63ce172dc7002701b015a4a0f5a2 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Wed, 14 May 2008 22:26:07 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.5.1-248-g4b17
---
cvs-migration.html | 4 +-
cvs-migration.txt | 2 +-
git-commit.html | 6 +-
git-commit.txt | 4 +-
git-config.html | 12 +-
git-describe.html | 9 +-
git-describe.txt | 7 +-
git-format-patch.html | 5 +-
git-format-patch.txt | 1 +
git-merge.html | 12 +-
git-rev-parse.html | 4 +-
git-rev-parse.txt | 2 +-
git.html | 4 +-
git.txt | 2 +-
gitcli.html | 6 +-
gitcli.txt | 2 +-
githooks.html | 532 ++++++++++++++++++++++++++++++++++++++
hooks.txt => githooks.txt | 20 +-
merge-config.txt | 5 +
repository-layout.html | 4 +-
repository-layout.txt | 2 +-
user-manual.html | 2 +-
user-manual.txt | 2 +-
23 files changed, 613 insertions(+), 36 deletions(-)
create mode 100644 githooks.html
rename hooks.txt => githooks.txt (98%)
diff --git a/cvs-migration.html b/cvs-migration.html
index 69224bb54..93ab28500 100644
--- a/cvs-migration.html
+++ b/cvs-migration.html
@@ -386,7 +386,7 @@ necessary.
Git allows you to specify scripts called "hooks" to be run at certain
points. You can use these, for example, to send all commits to the shared
-repository to a mailing list. See Hooks used by git.
+repository to a mailing list. See
githooks(5)[Hooks used by git].
You can enforce finer grained permissions using update hooks. See
Controlling access to branches using
update hooks.
@@ -417,7 +417,7 @@ repositories without the need for a central maintainer.