From 477654003f3c589fd36584f95c3fcbf4aaac29ae Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Jul 2008 18:33:18 -0400 Subject: [PATCH] clarify wording --- IkiWiki/Rcs/git.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, -- 2.26.2