How is possible to group multiple GIT repositories under some path in Gitosis? For example Qt5 in gitorious already has same structure ([email protected]:qt/qt5.git) where qt/ is path for grouping.
Is it possible to make following structure in gitosis ?
1) [email protected]:/project/repo1
2) [email protected]:/project/repo2
[group repo1]
members = jdoe
writable = project/repo1
[group repo2]
members = jdoe
writable = project/repo2