projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da0c61
)
'git repo-config' is deprecated. change to 'git config'
author
John Malconian
<malc@indexdata.com>
Fri, 13 Dec 2013 12:52:36 +0000
(07:52 -0500)
committer
John Malconian
<malc@indexdata.com>
Fri, 13 Dec 2013 12:52:36 +0000
(07:52 -0500)
id-new-project/post-receive-email-id
patch
|
blob
|
history
diff --git
a/id-new-project/post-receive-email-id
b/id-new-project/post-receive-email-id
index
741bbf7
..
e02ca79
100644
(file)
--- 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