aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-12 14:21:53 -0400
committerJoey Hess <joey@kitenet.net>2008-03-12 14:21:53 -0400
commit475a7ad55695553c670d8b5554c06c952021628b (patch)
treecbe48edd0707341e80497ea581ff9048127d76bb
parent65da6aaae281ddf570da1499e9f5f4dd33a304e7 (diff)
downloadikiwiki-475a7ad55695553c670d8b5554c06c952021628b.tar
ikiwiki-475a7ad55695553c670d8b5554c06c952021628b.tar.gz
web commit by http://madduck.net/
-rw-r--r--doc/todo/call_git-update-server-info_from_post-udpate_hook.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/call_git-update-server-info_from_post-udpate_hook.mdwn b/doc/todo/call_git-update-server-info_from_post-udpate_hook.mdwn
new file mode 100644
index 000000000..1c3871511
--- /dev/null
+++ b/doc/todo/call_git-update-server-info_from_post-udpate_hook.mdwn
@@ -0,0 +1,9 @@
+ikiwiki uses the `post-update` Git hook, which traditionally is being used to
+call `git-update-server-info`. This is only needed for HTTP-served
+repositories.
+
+It would be nice if there were a configuration option with which I could
+instruct the hook to call `git-update-server-info` as well, in the
+wrappers['git'] configuration hash (?).
+
+--[[madduck]]