author | Junio C Hamano <junkio@cox.net> | |
Tue, 2 Aug 2005 23:45:21 +0000 (16:45 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 3 Aug 2005 23:27:38 +0000 (16:27 -0700) | ||
commit | 8d5afef0f9b3a252f7b90406d35c295dc698e26d | |
tree | 0656bdb1282ecb419ab8fe2a2ce9b702b16e19ed | tree | snapshot |
parent | ee639140c9d3d7d0c8821e6b7d36c75ae578b326 | commit | diff |
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>
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 | diff | blob | history | |
cache.h | diff | blob | history | |
init-db.c | diff | blob | history | |
templates/Makefile | [new file with mode: 0644] | blob |
templates/hooks--post-update | [new file with mode: 0644] | blob |
templates/hooks--update | [new file with mode: 0644] | blob |