stable

Clone or download

Read-only

Pattern must end with $

part of story #9525 use full regexp instead of wildcards Given a permission given on master when regexp are disabled When I push on master => push is allowed masterdev => push is forrbidden Change-Id: I4420c9e21f4eccb851869744e8642cd140bc6601

Modified Files

Name
M plugins/git/include/Git/Gitolite/ConfigPermissionsSerializer.class.php +22 −5 Go to diff View file
M plugins/git/include/Git_GitoliteDriver.class.php +2 −1 Go to diff View file
M plugins/git/include/gitPlugin.class.php +1 −1 Go to diff View file
M plugins/git/tests/Git/Gitolite/ConfigPermissionsSerializerTest.php +186 −36 Go to diff View file
M plugins/git/tests/Git/Gitolite/ProjectSerializerTest.php +2 −1 Go to diff View file
M plugins/git/tests/Git_GitoliteDriverTest.php +2 −1 Go to diff View file
M plugins/git/tests/Git_GitoliteTestCase.class.php +3 −1 Go to diff View file