From: Joey Hess Date: Thu, 11 Sep 2008 19:53:25 +0000 (-0400) Subject: change git hook description X-Git-Tag: 2.64~77 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/d76c8aa0137ddab41d085cd573aaff20afaf776c change git hook description It doesn't have to be a post-update hook. --- diff --git a/IkiWiki/Plugin/git.pm b/IkiWiki/Plugin/git.pm index 36674572b..08ee4cb63 100644 --- a/IkiWiki/Plugin/git.pm +++ b/IkiWiki/Plugin/git.pm @@ -49,7 +49,7 @@ sub getsetup () { #{{{ git_wrapper => { type => "string", example => "/git/wiki.git/hooks/post-update", - description => "git post-update hook to generate", + description => "git hook to generate", safe => 0, # file rebuild => 0, },