dev

Clone or download

Read-only

Add a new function in the git driver

This is the third step of story #6971: Git online commit in the Tuleap UI - All basic functions to permform an online commit are now available Change-Id: Ib9ee038a3b248940611a7a1360a2a9c73d53f773

Modified Files

Name
M plugins/git/README.txt +4 −0 Go to diff View file
M plugins/git/include/GitConfig.class.php +16 −4 Go to diff View file
M plugins/git/include/GitDriver.class.php +95 −19 Go to diff View file
M plugins/git/tests/GitConfigTest.php +11 −1 Go to diff View file
M plugins/git/tests/GitDriverTest.php +117 −7 Go to diff View file