stable

Clone or download

Read-only

request #23819: Forked repositories do not take default branch of parent into account

The default branch of a forked repository is now the same than the one used by its parent at fork time. Change-Id: Ie412c19ff8c77044fcb138428fef1fef61d06e96

Modified Files

Name
M plugins/git/include/Git_Backend_Gitolite.class.php +6 −1 Go to diff View file
M plugins/git/include/REST/v1/RepositoryResource.class.php +1 −0 Go to diff View file
M plugins/git/include/gitPlugin.php +1 −0 Go to diff View file
M plugins/git/tests/integration/GitXmlImporterTest.php +2 −1 Go to diff View file
M plugins/git/tests/unit/GitBackendGitoliteUserAccessRightsTest.php +2 −1 Go to diff View file
M plugins/git/tests/unit/GitRepositoryImplTest.php +2 −0 Go to diff View file
M plugins/git/tests/unit/Git_Backend_GitoliteAccessURLTest.php +5 −0 Go to diff View file
M plugins/git/tests/unit/Git_Backend_GitoliteTest.php +8 −1 Go to diff View file