summaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-28 17:36:36 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-28 17:36:36 -0500
commitdf32ad11399852a22e18c76a31d9991f79c42ca2 (patch)
treea893e6da62ca16d08642d671427bdaa5ae75f8db /IkiWiki/Rcs
parent52b16186c407188f27d01e86cd5c985168d976b6 (diff)
really fix comment
It doesn't really make sense to do notification from a post-commit hook.
Diffstat (limited to 'IkiWiki/Rcs')
-rw-r--r--IkiWiki/Rcs/git.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm
index b538c524f..f4b8eff58 100644
--- 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