In gitolite, any easier way to create exceptions to users of @all?
问题 For instance, in the repo PRJ , there are several groups, like @A1 @A2 @B1 @B2 , UserX is in group @B1 . Now I want to add one rule for UserX , only allow him to modify the code in src/ folder, but do not apply this rule to others. Is there any easier way to implement it? @B1 = UserX UserY UserZ repo PRJ R = @A1 @A2 RW+ = @B1 @B2 RW NAME/ = @A1 @A2 @B2 UserY UserZ #RW NAME/ = @all-UserX # like this? RW NAME/src/ = UserX - NAME/ = UserX 回答1: Gitolite follows a system of rule of accumulation