aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/call_git-update-server-info_from_post-udpate_hook.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/call_git-update-server-info_from_post-udpate_hook.mdwn')
-rw-r--r--doc/todo/call_git-update-server-info_from_post-udpate_hook.mdwn15
1 files changed, 15 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..5c769211b
--- /dev/null
+++ b/doc/todo/call_git-update-server-info_from_post-udpate_hook.mdwn
@@ -0,0 +1,15 @@
+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]]
+
+> Of course you can have ikiwiki write the wrapper to post-update.ikiwiki
+> and then just call that from the real post-update script. What I do if I
+> need to also notify cia or what have you. --[[Joey]]
+
+[[Convinced|done]], --[[madduck]]