stable

Clone or download

Read-only

Create new object to detect gitolite detector

This is part of story #9436: see git repositories read access No functional changes here. A new object is created to detect if we are using Gitolite2 or 3. Git HTTP commands must continue to work. Change-Id: Icdc399edb831fa45d06e45c7b9e562d5deab0d72

Modified Files

Name
M plugins/git/include/Git.class.php +11 −2 Go to diff View file
A plugins/git/include/Git/Gitolite/VersionDetector.php +32 −0 Go to diff View file
M plugins/git/include/Git/HTTP/CommandFactory.class.php +10 −2 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +3 −1 Go to diff View file
M plugins/git/tests/GitTest.php +2 −1 Go to diff View file