projects
/
ikiwiki
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b1618
)
really fix comment
author
Joey Hess
<joey@kodama.kitenet.net>
Mon, 28 Jan 2008 22:36:36 +0000
(17:36 -0500)
committer
Joey Hess
<joey@kodama.kitenet.net>
Mon, 28 Jan 2008 22:36:36 +0000
(17:36 -0500)
It doesn't really make sense to do notification from a post-commit hook.
IkiWiki/Rcs/git.pm
patch
|
blob
|
blame
|
history
diff --git
a/IkiWiki/Rcs/git.pm
b/IkiWiki/Rcs/git.pm
index
b538c52
..
f4b8eff
100644
(file)
--- a/
IkiWiki/Rcs/git.pm
+++ b/
IkiWiki/Rcs/git.pm
@@
-424,9
+424,6
@@
sub rcs_recentchanges ($) { #{{{
sub rcs_notify () { #{{{
# Send notification mail to subscribed users.
#
- # This is typically run as the post-update hook, though some setups
- # may run it from the post-commit hook too.
- #
# In usual Git usage, hooks/update script is presumed to send
# notification mails (see git-receive-pack(1)). But we prefer
# hooks/post-update to support IkiWiki commits coming from a