gitolite-admin

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

commit df1b1c82b190e270df1050e09e32cdfa4853cbf4
parent a2ab5dd0c6a8d53a8312558300ceec57bb251a17
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue, 30 Oct 2018 12:51:08 +0200

Add ggformat

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

diff --git a/conf/gitolite.conf b/conf/gitolite.conf @@ -15,11 +15,14 @@ repo mudgangster option hook.post-receive = stagit config gitweb.description = "MUD client" -repo lua-arc4random lua-bcrypt lua-symmetric pdb +repo ggformat lua-arc4random lua-bcrypt lua-symmetric pdb RW+ = mike R = daemon option hook.post-receive = stagit +repo ggformat + config gitweb.description = "A string formatting library for C++" + repo lua-arc4random config gitweb.description = "Cryptographically secure PRNG for Lua"