stable
Clone or download
Read-only
request #10581: Git repository name are not canonicalized at the repository creation
If you try to create a repository named 'a//b' you should able to access it. The repository name will be canonicalized to 'a/b' Change-Id: I50369a0bfc82ce2110f21668853d502da1ad0bcd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/GitRepositoryFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/GitRepositoryFactoryTest.php | +21 | −1 | Go to diff View file |