From 144e531e0b8d93840b139c9a126c28375cbe23a7 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Tue, 14 Aug 2012 23:24:18 -0700 Subject: Piny::Config: add receive.denydeletes to list of tweakables --- libpiny/lib/Piny/Config.pm | 1 + 1 file changed, 1 insertion(+) 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]'; -- cgit v1.2.3