summaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/cvs
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-10 16:18:23 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-10 16:18:23 -0400
commit93cd30bc0a882037ae2c65c8d6d3a9dc3d09c899 (patch)
tree33599fa45d5517e3ce743dabe1f6731ab44c27d3 /doc/plugins/contrib/cvs
parentf5bd1cf3cd4cc481cfd0bb08ee06aded56fc32ee (diff)
parent59c88c255438fabe50115fbfa3adf1327579170d (diff)
Merge branch 'master' into cvs
Diffstat (limited to 'doc/plugins/contrib/cvs')
-rw-r--r--doc/plugins/contrib/cvs/discussion.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/contrib/cvs/discussion.mdwn b/doc/plugins/contrib/cvs/discussion.mdwn
index 155a2289d..645b2388b 100644
--- a/doc/plugins/contrib/cvs/discussion.mdwn
+++ b/doc/plugins/contrib/cvs/discussion.mdwn
@@ -141,3 +141,9 @@ general-purpose way to do so. If and when some other problem thinks
it wants to be solved by a new wrapper hook, it's easy enough to add
one. Until then, I'd say it's more important to keep the wrapper as
short and clear as possible. --[[schmonz]]
+
+> I've committed a slightly different hook, which should be general enough
+> that `IkiWiki::Receive` can also use it, so please adapt your code to
+> that. --[[Joey]]
+
+>> Done. --[[schmonz]].