]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Install sample hooks
authorJunio C Hamano <junkio@cox.net>
Tue, 2 Aug 2005 23:45:21 +0000 (16:45 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 Aug 2005 23:27:38 +0000 (16:27 -0700)
commit8d5afef0f9b3a252f7b90406d35c295dc698e26d
tree0656bdb1282ecb419ab8fe2a2ce9b702b16e19ed
parentee639140c9d3d7d0c8821e6b7d36c75ae578b326
Install sample hooks

A template mechanism to populate newly initialized repository
with default set of files is introduced.  Use it to ship example
hooks that can be used for update and post update checks, as
Josef Weidendorfer suggests.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
cache.h
init-db.c
templates/Makefile [new file with mode: 0644]
templates/hooks--post-update [new file with mode: 0644]
templates/hooks--update [new file with mode: 0644]