stable
Clone or download
Read-only
Merge commit 'refs/changes/71/3471/1' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: story #7740: activate HTTP by default story #7740: Use nice git URLs story #7740: git HTTP anonymous access Conflicts: plugins/git/include/autoload.php
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/bin/gitolite3-suexec-wrapper.sh | +1 | −1 | Go to diff View file |
M | plugins/git/etc/config.inc.dist | +1 | −1 | Go to diff View file |
M | plugins/git/etc/sudoers.d/gitolite3-http | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git.class.php | +31 | −0 | Go to diff View file |
A | plugins/git/include/Git/HTTP/Command.class.php | +57 | −0 | Go to diff View file |
A | plugins/git/include/Git/HTTP/CommandCentos5GitHttpBackend.class.php | +25 | −0 | Go to diff View file |
A | plugins/git/include/Git/HTTP/CommandCentos6GitHttpBackend.class.php | +25 | −0 | Go to diff View file |
A | plugins/git/include/Git/HTTP/CommandFactory.class.php | +117 | −0 | Go to diff View file |
A | plugins/git/include/Git/HTTP/CommandGitolite.class.php | +50 | −0 | Go to diff View file |
A | plugins/git/include/Git/HTTP/CommandGitolite3.class.php | +32 | −0 | Go to diff View file |
A | plugins/git/include/Git/HTTP/Wrapper.class.php | +74 | −0 | Go to diff View file |
M | plugins/git/include/Git/URL.class.php | +75 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +9 | −2 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/Git/URLTest.php | +127 | −0 | Go to diff View file |
M | plugins/git/tests/GitRepositoryFactoryTest.php | +0 | −1 | Go to diff View file |
M | src/www/.htaccess | +0 | −1 | Go to diff View file |