diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-28 17:36:36 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-28 17:36:36 -0500 |
commit | df32ad11399852a22e18c76a31d9991f79c42ca2 (patch) | |
tree | a893e6da62ca16d08642d671427bdaa5ae75f8db /IkiWiki/Rcs | |
parent | 52b16186c407188f27d01e86cd5c985168d976b6 (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.pm | 3 |
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 |