From f477a7c2fbc71077a1679012a6a313a108ac152c Mon Sep 17 00:00:00 2001 From: John Malconian Date: Fri, 13 Dec 2013 07:52:36 -0500 Subject: [PATCH] 'git repo-config' is deprecated. change to 'git config' --- id-new-project/post-receive-email-id | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4