X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-new-project%2Fpost-receive-email-id;h=e02ca794a0b991060da1089e13a20bd19186c169;hb=3c335ac6b7ad88c5cd0d005c96f817c35fb98f00;hp=741bbf75d8e543d26ee29172cc02a98e91c4cd2e;hpb=7e7f8cb80d2b4198d411969ac1ac59410d28235b;p=git-tools-moved-to-github.git diff --git a/id-new-project/post-receive-email-id b/id-new-project/post-receive-email-id index 741bbf7..e02ca79 100644 --- a/id-new-project/post-receive-email-id +++ b/id-new-project/post-receive-email-id @@ -620,9 +620,9 @@ then projectdesc="UNNAMED PROJECT" fi -recipients=$(git repo-config hooks.mailinglist) -announcerecipients=$(git repo-config hooks.announcelist) -envelopesender=$(git-repo-config hooks.envelopesender) +recipients=$(git config hooks.mailinglist) +announcerecipients=$(git config hooks.announcelist) +envelopesender=$(git-config hooks.envelopesender) # --- Main loop # Allow dual mode: run from the command line just like the update hook, or if