gitolite-admin

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

commit 2c6f9b65606fb79bcb524188369eb2d3cd6139c0
parent 145c119ed03ed1615506fc4f8c09db3ebb930e48
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun, 16 Sep 2018 14:30:53 +0300

.

Diffstat:
Mconf/gitolite.conf | 5+++++
Mlocal/hooks/repo-specific/stagit | 1-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/conf/gitolite.conf b/conf/gitolite.conf @@ -23,3 +23,8 @@ repo umbra RW+ = mike R = daemon option hook.post-receive = stagit + +repo test + RW+ = mike + # R = daemon + option hook.post-receive = stagit diff --git a/local/hooks/repo-specific/stagit b/local/hooks/repo-specific/stagit @@ -7,4 +7,3 @@ stagit "/var/git/repositories/$reponame.git/" -c .htmlcache stagit-index /var/git/repositories/medfall.git /var/git/repositories/mudgangster.git /var/git/repositories/umbra.git > /var/www/git/index.html find . -type f -print0 | xargs -0 chmod 644 find . -type d -print0 | xargs -0 chmod 755 -