aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/hooks/multimail
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-05-12 11:19:55 +0200
committerJunio C Hamano <gitster@pobox.com>2025-05-12 10:55:45 -0700
commit9a19b79e7599432754cab22b29a0ad3291b3d455 (patch)
treee106e1bd290ee54c72bfa1ccac087da977d6cacf /contrib/hooks/multimail
parentcontrib: remove "thunderbird-patch-inline" (diff)
downloadgit-9a19b79e7599432754cab22b29a0ad3291b3d455.tar.gz
git-9a19b79e7599432754cab22b29a0ad3291b3d455.zip
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>
Diffstat (limited to 'contrib/hooks/multimail')
-rw-r--r--contrib/hooks/multimail/README.Git7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/hooks/multimail/README.Git b/contrib/hooks/multimail/README.Git
deleted file mode 100644
index c427efc7bd..0000000000
--- a/contrib/hooks/multimail/README.Git
+++ /dev/null
@@ -1,7 +0,0 @@
-git-multimail is developed as an independent project at the following
-website:
-
- https://github.com/git-multimail/git-multimail
-
-Please refer to that project page for information about how to report
-bugs or contribute to git-multimail.