From: Joey Hess Date: Sat, 26 Jul 2008 22:33:18 +0000 (-0400) Subject: clarify wording X-Git-Tag: 2.60~189 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/477654003f3c589fd36584f95c3fcbf4aaac29ae clarify wording --- diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm index bcf317002..7f4bd0a08 100644 --- a/IkiWiki/Rcs/git.pm +++ b/IkiWiki/Rcs/git.pm @@ -41,7 +41,7 @@ hook(type => "getsetup", id => "git", call => sub { #{{{ gitorigin_branch => { type => "string", default => "origin", - description => "where to pull and push changes (unset to not pull/push)", + description => "where to pull and push changes (set to empty string to disable)", safe => 0, # paranoia rebuild => 0, },