From 818f7d62d47fafdea279838be1e4aa7401c3af6c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 26 Mar 2006 01:49:30 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.2.4-gc1504 --- git.html | 12 ++---------- git.txt | 6 ++---- hooks.html | 48 ++++++++++++++++++++++++++++++++--------------- hooks.txt | 51 +++++++++++++++++++++++++++++++++++++------------- repository-layout.html | 6 ++++-- repository-layout.txt | 2 ++ 6 files changed, 81 insertions(+), 44 deletions(-) diff --git a/git.html b/git.html index f8cb4451..05709470 100644 --- a/git.html +++ b/git.html @@ -1372,20 +1372,12 @@ HEAD (i.e. the contents of $GIT_DIR/refs/heads/<head>).

-
-<snap> -
-
-

- a valid snapshot name - (i.e. the contents of $GIT_DIR/refs/snap/<snap>). -

-

File/Directory Structure

Please see repository layout document.

+

Read hooks for more details about each hook.

Higher level SCMs may provide and manage additional information in the $GIT_DIR.

@@ -2040,7 +2032,7 @@ contributors on the git-list <git@vger.kernel.org>.

diff --git a/git.txt b/git.txt index de3934d0..fe34f50d 100644 --- a/git.txt +++ b/git.txt @@ -521,16 +521,14 @@ HEAD:: a valid head 'name' (i.e. the contents of `$GIT_DIR/refs/heads/`). -:: - a valid snapshot 'name' - (i.e. the contents of `$GIT_DIR/refs/snap/`). - File/Directory Structure ------------------------ Please see link:repository-layout.html[repository layout] document. +Read link:hooks.html[hooks] for more details about each hook. + Higher level SCMs may provide and manage additional information in the `$GIT_DIR`. diff --git a/hooks.html b/hooks.html index fb64b282..626703f9 100644 --- a/hooks.html +++ b/hooks.html @@ -3,7 +3,7 @@ - +