1
vote
0answers
67 views

Cgit master branch not available

Problem: 'master' branch is missing in the repo refs list. Using cgit v0.9.0.3 + gitolite. cgitrc contents: virtual-root=/cgit/ enable-index-links=1 enable-log-filecount=1 enable-log-linecount=1 ...
3
votes
1answer
245 views

gitolite run hook on 'wild' repository creation

I need to run a script that will generate the projects.list file when a new repository is created by one the members of my team. We develop firmware that branch off from a 'master', but the branches ...
2
votes
1answer
2k views

gitolite + cgit: No repositories found

I've set up and configuered gitolite and wish to configure the cgit web interface to it. Problem: When browsing a directory using cgit I get the error: No repositories found Setup When a ...