diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-08-14 23:24:18 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-08-14 23:24:18 -0700 |
commit | 144e531e0b8d93840b139c9a126c28375cbe23a7 (patch) | |
tree | d367417ffe2bf9276230c5b36d4d17caedb45697 /libpiny/lib | |
parent | 1c882c0cbb6710d3c1e49efdc9160999524e9b34 (diff) | |
download | piny-code-144e531e0b8d93840b139c9a126c28375cbe23a7.tar.gz piny-code-144e531e0b8d93840b139c9a126c28375cbe23a7.zip |
Piny::Config: add receive.denydeletes to list of tweakables
Diffstat (limited to 'libpiny/lib')
-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 1da5631..f179d98 100644 --- a/libpiny/lib/Piny/Config.pm +++ b/libpiny/lib/Piny/Config.pm @@ -285,6 +285,7 @@ tweakable "piny_ikiwikisecureurl" => "https://secure.piny.be/", 'HttpsUrl' tweakable "piny_ikiwikisecurepath" => "/srv/www/secure.piny.be/", 'PathDir'; tweakable "core_sharedrepository" => '0664', 'RepoPermission'; tweakable "receive_denynonfastforwards" => "true", 'GitBool'; +tweakable "receive_denydeletes" => "true", 'GitBool'; # User-specific tweakables, in the users' ~/.gitconfig files. tweakable "user_email" => undef, 'Maybe[Str]'; |