stable

Clone or download

Read-only

Move creation of git repository in a dedicated object

Part of request #10399: kill Git.class.php with fire No functional changes, you can still create git repositories. Change-Id: I4fc53b8d2a8f103e0f4d05fc91f846df83b072ef

Modified Files

Name
M plugins/git/include/Git.class.php +4 −37 Go to diff View file
A plugins/git/include/Git/CreateRepositoryController.php +187 −0 Go to diff View file
M plugins/git/include/GitActions.class.php +0 −79 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +27 −6 Go to diff View file
M plugins/git/tests/GitActionsTest.php +0 −17 Go to diff View file
M plugins/git/tests/GitTest.php +0 −3 Go to diff View file