Browse Source

Merge branch 'maint'

* maint:
  post-receive-email: document command-line mode
maint
Junio C Hamano 15 years ago
parent
commit
c06ee3193e
  1. 7
      contrib/hooks/post-receive-email

7
contrib/hooks/post-receive-email

@ -23,6 +23,13 @@ @@ -23,6 +23,13 @@
# possible for the email to be from someone other than the person doing the
# push.
#
# To help with debugging and use on pre-v1.5.1 git servers, this script will
# also obey the interface of hooks/update, taking its arguments on the
# command line. Unfortunately, hooks/update is called once for each ref.
# To avoid firing one email per ref, this script just prints its output to
# the screen when used in this mode. The output can then be redirected if
# wanted.
#
# Config
# ------
# hooks.mailinglist

Loading…
Cancel
Save