gitolite-admin

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

commit f941ce31a855307e76e2bf1b2db80692d9bbb01d
parent df1b1c82b190e270df1050e09e32cdfa4853cbf4
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed,  5 Dec 2018 19:42:17 +0200

ninjatimeline

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

diff --git a/conf/gitolite.conf b/conf/gitolite.conf @@ -15,7 +15,7 @@ repo mudgangster option hook.post-receive = stagit config gitweb.description = "MUD client" -repo ggformat lua-arc4random lua-bcrypt lua-symmetric pdb +repo ggformat lua-arc4random lua-bcrypt lua-symmetric ninjatimeline pdb RW+ = mike R = daemon option hook.post-receive = stagit @@ -32,6 +32,9 @@ repo lua-bcrypt repo lua-symmetric config gitweb.description = "Symmetric crypto for Lua" +repo ninjatimeline + config gitweb.description = "Parse .ninja_log and draw a timeline" + repo pdb config gitweb.description = "Simple password manager"