summaryrefslogtreecommitdiff
path: root/libpiny/lib
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2012-08-14 23:24:18 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2012-08-14 23:24:18 -0700
commit144e531e0b8d93840b139c9a126c28375cbe23a7 (patch)
treed367417ffe2bf9276230c5b36d4d17caedb45697 /libpiny/lib
parent1c882c0cbb6710d3c1e49efdc9160999524e9b34 (diff)
downloadpiny-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.pm1
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]';