]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/call_git-update-server-info_from_post-udpate_hook.mdwn
web commit by http://madduck.net/: closing
[git.ikiwiki.info.git] / doc / todo / call_git-update-server-info_from_post-udpate_hook.mdwn
1 ikiwiki uses the `post-update` Git hook, which traditionally is being used to
2 call `git-update-server-info`. This is only needed for HTTP-served
3 repositories.
5 It would be nice if there were a configuration option with which I could
6 instruct the hook to call `git-update-server-info` as well, in the
7 wrappers['git'] configuration hash (?).
9 --[[madduck]]
11 > Of course you can have ikiwiki write the wrapper to post-update.ikiwiki
12 > and then just call that from the real post-update script. What I do if I
13 > need to also notify cia or what have you. --[[Joey]]
15 [[Convinced|done]], --[[madduck]]