gitolite-admin

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

commit fc923f1dc6f7d0226a3563146306b9b8a08d623f
parent 9628c7ef7ca01a2827a55165a44a82a9b6aab186
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Thu, 17 Oct 2019 18:41:33 +0300

mkgallery

Diffstat:
Mconf/gitolite.conf | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/conf/gitolite.conf b/conf/gitolite.conf @@ -14,7 +14,7 @@ repo mudgangster option hook.post-receive = stagit config gitweb.description = "Tiny, scriptable MUD client" -repo ggformat lua-arc4random lua-bcrypt lua-symmetric ninjatimeline pdb +repo ggformat lua-arc4random lua-bcrypt lua-symmetric mkgallery ninjatimeline pdb RW+ = mike R = daemon option hook.post-receive = stagit @@ -31,6 +31,9 @@ repo lua-bcrypt repo lua-symmetric config gitweb.description = "Symmetric crypto for Lua" +repo mkgallery + config gitweb.description = "Instagram clone MDA" + repo ninjatimeline config gitweb.description = "Parse .ninja_log and draw a timeline"