diff options
Diffstat (limited to 'conf/.gitolite.rc')
-rw-r--r-- | conf/.gitolite.rc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/.gitolite.rc b/conf/.gitolite.rc index c40ac25..25a5231 100644 --- a/conf/.gitolite.rc +++ b/conf/.gitolite.rc @@ -79,12 +79,16 @@ # or you can use this, which lets you put everything in a subdirectory # called "local" in your gitolite-admin repo. For a SECURITY WARNING # on this, see http://gitolite.com/gitolite/non-core.html#pushcode - # LOCAL_CODE => "$rc{GL_ADMIN_BASE}/local", + LOCAL_CODE => "$rc{GL_ADMIN_BASE}/local", # ------------------------------------------------------------------ # List of commands and features to enable + POST_GIT => [ + 'push', + ], + ENABLE => [ # COMMANDS |