]> Kevux Git Server - rit/commit
contrib: remove "hooks" directory
authorPatrick Steinhardt <ps@pks.im>
Mon, 12 May 2025 09:19:55 +0000 (11:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 May 2025 17:55:45 +0000 (10:55 -0700)
commit9a19b79e7599432754cab22b29a0ad3291b3d455
treee106e1bd290ee54c72bfa1ccac087da977d6cacf
parent5e16d46ba49a28bb125f146251d707419825d6ea
contrib: remove "hooks" directory

The "hooks" directory contains a handful of example hooks. Most of these
hooks are highly specific and haven't really received any updates over
the last couple of years, except for some global cleanups. The multimail
hook has also been removed in f74d11471fa (multimail: stop shipping a
copy, 2021-06-10) in favor of its upstream project [1].

Remove those hooks. If we want to provide examples for how to use Git
hooks we should do that as part of our documentation, for example in
githooks(5).

[1]: https://github.com/git-multimail/git-multimail

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/hooks/multimail/README.Git [deleted file]
contrib/hooks/post-receive-email [deleted file]
contrib/hooks/pre-auto-gc-battery [deleted file]
contrib/hooks/setgitperms.perl [deleted file]
contrib/hooks/update-paranoid [deleted file]