projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e12daf3
)
change git hook description
author
Joey Hess
<joey@kodama.kitenet.net>
Thu, 11 Sep 2008 19:53:25 +0000
(15:53 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Thu, 11 Sep 2008 19:53:25 +0000
(15:53 -0400)
It doesn't have to be a post-update hook.
IkiWiki/Plugin/git.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/git.pm
b/IkiWiki/Plugin/git.pm
index 36674572b6ae3d83426d79b56d7b26394dd41462..08ee4cb63c07a5cc572e33f9f1fac262f4d58cd9 100644
(file)
--- 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,
},