diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-12 14:21:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-12 14:21:53 -0400 |
commit | 475a7ad55695553c670d8b5554c06c952021628b (patch) | |
tree | cbe48edd0707341e80497ea581ff9048127d76bb /doc/todo | |
parent | 65da6aaae281ddf570da1499e9f5f4dd33a304e7 (diff) |
web commit by http://madduck.net/
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/call_git-update-server-info_from_post-udpate_hook.mdwn | 9 |
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]] |