stable

Clone or download

Read-only

request #10928: Make forking a Git repository more reliable

When forking a repository Tuleap should not expect the repo to be perfectly configured. Besides, the configuration should be handled by gitolite entirely, not sometimes from the existing repo and sometimes from gitolite. This is meant to avoid issue when forking a repository that has been created under gitolite2 who still has links to gitolite2 hooks. Change-Id: I41853256e04a93a62af662b0c0d0d4799c0366c9

Modified Files

Name
M plugins/git/bin/gl-clone-bundle.sh +0 −3 Go to diff View file
M plugins/git/include/Git_Backend_Gitolite.class.php +6 −6 Go to diff View file
M plugins/git/include/Git_GitoliteDriver.class.php +2 −16 Go to diff View file
M plugins/git/tests/Git_GitoliteDriverTest.php +1 −42 Go to diff View file