stable
Clone or download
Read-only
Merge commit 'refs/changes/52/12652/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12291: Add minimal support of Git submodules Change-Id: Ib3ab3dff45e9a9d656133be5433cf1d50d9dc296
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/GitPHP/git/Blob.php | +11 | −0 | Go to diff View file |
M | plugins/git/include/GitPHP/git/Commit.php | +10 | −0 | Go to diff View file |
M | plugins/git/include/GitPHP/git/GitObjectType.php | +5 | −0 | Go to diff View file |
A | plugins/git/include/GitPHP/git/Submodule.php | +57 | −0 | Go to diff View file |
M | plugins/git/include/GitPHP/git/Tree.php | +10 | −5 | Go to diff View file |
A | plugins/git/phpunit/GitPHP/TreeTest.php | +64 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +3 | −0 | Go to diff View file |
M | plugins/git/site-content/tuleap-git.pot | +3 | −0 | Go to diff View file |
M | plugins/git/templates/gitphp/blob.tpl | +1 | −0 | Go to diff View file |
M | plugins/git/templates/gitphp/treelist.tpl | +10 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php | +27 | −34 | Go to diff View file |