I'm running gitweb without anything like gitolite or gitosis or whatever.
My project is showing up fine, but none of my branches are. I can only see "master".
Is there some kind of file I need to edit in order to show this?
Here's the apache config:
<VirtualHost *:80>
SetEnv GITWEB_CONFIG /etc/gitweb.conf
ServerName git.server.be
DocumentRoot /usr/share/gitweb
AliasMatch ^(/.*?)(\.git)(/.*)? /home/gitadmin$1$3
</VirtualHost>