stable

Clone or download

Read-only

request #7536 - Make git urls more customizable

Sometimes you don't have SSH access to your git repo, hence the UI should not display this possibility. Sometimes you need to setup SSH access on another port and end users should be informed of that. Most of the time docker and freaking reverse proxy are involved but that doesn't really matters. Change-Id: I4f476ba455ce4b0c2e7e722d36681d4d2c0f0b9e

Modified Files

Name
M plugins/git/etc/config.inc.dist +15 −1 Go to diff View file
M plugins/git/include/Git_Backend_Gitolite.class.php +23 −9 Go to diff View file
M plugins/git/tests/Git_Backend_GitoliteTest.php +160 −69 Go to diff View file