I setup a gitosis server with gitweb and I have numbers of git projects there now.
Is there a way to organize these project by groups?
Say I have a group called "tools" and another group called "debug" and each group contains several projects related to their group name. I'd like to setup, so I can send user a link which contains only "tools" projects and another link to show all the "debug" projects.
Even better, if there is a web application that will parse my gitosis.conf file, since I can define multiple groups in the gitosis, if the web interface can generate different links based on the group defined in config file, that will be ideal.