Skip to content

Commit 1d25e77

Browse files
mhaggergitster
authored andcommitted
post-receive-email: deprecate script in favor of git-multimail
Add a notice to the top of post-receive-email explaining that the script is no longer under active development and pointing the user to git-multimail. Signed-off-by: Michael Haggerty <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bc501f6 commit 1d25e77

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

contrib/hooks/post-receive-email

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22
#
33
# Copyright (c) 2007 Andy Parkins
44
#
5-
# An example hook script to mail out commit update information. This hook
6-
# sends emails listing new revisions to the repository introduced by the
7-
# change being reported. The rule is that (for branch updates) each commit
8-
# will appear on one email and one email only.
5+
# An example hook script to mail out commit update information.
6+
#
7+
# NOTE: This script is no longer under active development. There
8+
# is another script, git-multimail, which is more capable and
9+
# configurable and is largely backwards-compatible with this script;
10+
# please see "contrib/hooks/multimail/". For instructions on how to
11+
# migrate from post-receive-email to git-multimail, please see
12+
# "README.migrate-from-post-receive-email" in that directory.
13+
#
14+
# This hook sends emails listing new revisions to the repository
15+
# introduced by the change being reported. The rule is that (for
16+
# branch updates) each commit will appear on one email and one email
17+
# only.
918
#
1019
# This hook is stored in the contrib/hooks directory. Your distribution
1120
# will have put this somewhere standard. You should make this script

0 commit comments

Comments
 (0)