From a26421a98e3336d447a5656bf9ae262b1de4d42f Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Fri, 12 Apr 2013 19:05:35 -0700 Subject: libpiny: making git path configurable (default: /srv/git) --- libpiny/lib/Piny/Config.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'libpiny/lib/Piny/Config.pm') diff --git a/libpiny/lib/Piny/Config.pm b/libpiny/lib/Piny/Config.pm index bb72536..ec86955 100644 --- a/libpiny/lib/Piny/Config.pm +++ b/libpiny/lib/Piny/Config.pm @@ -256,6 +256,7 @@ sub tweakable { # Global tweakables, which only make sense in the global config file. tweakable "piny_adminemail" => "jrayhawk\@omgwallhack.org", 'Str', 'inhibit'; tweakable "piny_template" => undef, 'Maybe[PathDir]', 'inhibit'; +tweakable "piny_gitpath" => '/srv/git', 'PathDir'; # Repo-specific tweakables, in the repos' .git/config files. tweakable "piny_ikiwiki" => "true", 'GitBool'; -- cgit v1.2.3