gitolite-admin

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7548d516a305f9427b9e98bbb05d130386996c96
parent ac2b9d2fc79831ef14898cc5822e630a73baa02d
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun, 16 Sep 2018 15:25:15 +0300

Add pdb repo

Diffstat:
Mconf/gitolite.conf | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/conf/gitolite.conf b/conf/gitolite.conf @@ -15,6 +15,12 @@ repo mudgangster option hook.post-receive = stagit config gitweb.description = "MUD client" +repo pdb + RW+ = mike + R = daemon + option hook.post-receive = stagit + config gitweb.description = "Simple password manager" + repo dotfiles RW+ = mike RW+ = mike-windows