stable

Clone or download

Read-only

Enhance Gitolite version checker

This is for request #9674 gitolite config does not take into account %HOSTNAME if there is a lot of repository If there is a lot of Git repositories created on the plateform, the preg_match used to check if the platform uses Gitolite 2 or 3 will not work because the string content to search in is too big. Change-Id: I5fe324f3a73df467d76ecbd38280de448dfe8e6c

Modified Files

Name
M plugins/git/include/Git/Gitolite/GitoliteRCReader.php +16 −23 Go to diff View file
M plugins/git/include/Git_GitoliteDriver.class.php +5 −3 Go to diff View file
M plugins/git/include/gitPlugin.class.php +1 −1 Go to diff View file
M plugins/git/tests/rest/GitDataBuilder.php +3 −1 Go to diff View file