]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Rcs/git.pm
really fix comment
[git.ikiwiki.info.git] / IkiWiki / Rcs / git.pm
index fea1c11eb4a9c9f7d599c863abbfa13ebfcaa179..f4b8eff58ea6f0e46609aa7f596066169ae2faff 100644 (file)
@@ -429,9 +429,7 @@ sub rcs_notify () { #{{{
        # hooks/post-update to support IkiWiki commits coming from a
        # cloned repository (through command line) because post-update
        # is called _after_ each ref in repository is updated (update
-       # hook is called _before_ the repository is updated).  Since
-       # post-update hook does not accept command line arguments, we
-       # don't have an $ENV variable in this function.
+       # 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