summaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-28 17:41:02 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-28 17:41:02 -0500
commit84d3856512172b261b06c0220ac405d92655b713 (patch)
treeff693e168e732f480286b1a4e47fed00815528f0 /IkiWiki/Rcs
parentdf32ad11399852a22e18c76a31d9991f79c42ca2 (diff)
test1
Diffstat (limited to 'IkiWiki/Rcs')
-rw-r--r--IkiWiki/Rcs/git.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm
index f4b8eff58..98c9a5eae 100644
--- a/IkiWiki/Rcs/git.pm
+++ b/IkiWiki/Rcs/git.pm
@@ -432,8 +432,7 @@ sub rcs_notify () { #{{{
# hook is called _before_ the repository is updated).
#
# Here, we rely on a simple fact: we can extract all parts of the
- # notification content by parsing the "HEAD" commit (which also
- # triggers a refresh of IkiWiki pages).
+ # notification content by parsing the "HEAD" commit.
my $ci = git_commit_info('HEAD');
return if !defined $ci;