diff options
author | Gerrit Pape <pape@smarden.org> | 2007-11-06 13:48:07 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-07 16:45:31 -0800 |
commit | b5786c828304c7dcf42742729374d04f30ac1a09 (patch) | |
tree | 131d9d0fb16075d1506d3f9178c6ccec384a2af2 /contrib/hooks | |
parent | 3891f390eafa4bec95088f16f8f481553c535b78 (diff) | |
download | git-b5786c828304c7dcf42742729374d04f30ac1a09.tar.gz |
contrib/hooks/post-receive-email: fix typo
Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/hooks')
-rw-r--r-- | contrib/hooks/post-receive-email | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email index 2aa9bb501c..379cedc577 100644 --- a/contrib/hooks/post-receive-email +++ b/contrib/hooks/post-receive-email @@ -30,7 +30,7 @@ # This is the list that all pushes of annotated tags will go to. Leave it # blank to default to the mailinglist field. The announce emails lists the # short log summary of the changes since the last annotated tag. -# hook.envelopesender +# hooks.envelopesender # If set then the -f option is passed to sendmail to allow the envelope sender # address to be set # |