From d76c8aa0137ddab41d085cd573aaff20afaf776c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 11 Sep 2008 15:53:25 -0400 Subject: [PATCH] change git hook description It doesn't have to be a post-update hook. --- IkiWiki/Plugin/git.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, -- 2.39.2