stable

Clone or download

Read-only

Merge commit 'refs/changes/09/4509/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #8340: Move all operations done after a Git push in a single PHP script Change-Id: I757d1bcb357b9889a875f80c762000a54f3438a4

Modified Files

Name
M plugins/git/README.txt +7 −0 Go to diff View file
D plugins/git/bin/git-post-receive.pl +0 −41 Go to diff View file
D plugins/git/bin/sudo/git-post-receive.pl +0 −6 Go to diff View file
A plugins/git/etc/sudoers.d/tuleap-git-postreceive +3 −0 Go to diff View file
D plugins/git/hooks/post-receive +0 −56 Go to diff View file
M plugins/git/hooks/post-receive-email +4 −14 Go to diff View file
M plugins/git/hooks/post-receive-gitolite +4 −1 Go to diff View file
M plugins/git/hooks/post-receive.php +57 −48 Go to diff View file
M plugins/git/include/Git/Hook/PostReceive.class.php +26 −7 Go to diff View file
M plugins/git/include/GitBackend.class.php +0 −56 Go to diff View file
M plugins/git/include/GitRepositoryCreator.class.php +0 −7 Go to diff View file
M plugins/git/tests/Git/Hook/PostReceiveTest.php +18 −1 Go to diff View file
M plugins/git/tests/GitBackendTest.php +0 −74 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +3 −3 Go to diff View file
M tools/rpm/tuleap.spec +0 −2 Go to diff View file