create repository gentoo-stats end repository #---------------------------------------------------- # gentoo-stats #---------------------------------------------------- match /gentoo-stats/branches/([^/]+)/ repository gentoo-stats branch \1 end match match /gentoo-stats/tags/([^/]+)/ repository gentoo-stats branch refs/tags/\1 end match match /gentoo-stats(?:/trunk)?/ repository gentoo-stats branch master end match match /private/genone/gentoo-stats/ repository gentoo-stats branch genone end match #---------------------------------------------------- # remainder #---------------------------------------------------- match / end match