diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2013-04-12 19:05:35 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2013-04-12 19:05:35 -0700 |
commit | a26421a98e3336d447a5656bf9ae262b1de4d42f (patch) | |
tree | 777dcf691ae1b13f32eb52d71dc4618d67be54ab /libpiny/lib/Piny/Config.pm | |
parent | 924dc064a5d8c1222ef9ea20ad8e8401f24d7569 (diff) | |
download | piny-code-a26421a98e3336d447a5656bf9ae262b1de4d42f.tar.gz piny-code-a26421a98e3336d447a5656bf9ae262b1de4d42f.zip |
libpiny: making git path configurable (default: /srv/git)
Diffstat (limited to 'libpiny/lib/Piny/Config.pm')
-rw-r--r-- | libpiny/lib/Piny/Config.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |