summaryrefslogtreecommitdiffstats
path: root/src/test/resources/issue0271.conf
blob: c77ca92114cda9a1def65eb8afec2dc2dac4abca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[user "A"]
	password = apassword
	role = "#none"
[user "B"]
	password = apassword
	role = "#none"
[user "C"]
	password = apassword
	role = "#none"
	repository = RWC:teama/.*
[team "developers"]
	role = "#none"
	repository = V:.*
	user = A
	user = B
	user = C
[team "teama"]
	repository = RW:teama/.*
	user = B
	user = C