stable

Clone or download

Read-only

fix: request #25336 Nested Git tags are not well handled

When creating and pushing a nested tag (that is a tag that references another tag), then Tuleap does not handle this and some errors are thrown. These tags must be well handled and display the expected content. The known errors are: * Unable to load tag list * A PHP fatal error is thrown when displaying the content of a nested tag Change-Id: I9b1f8d62b21b3300cd07d077fa4d74420851303f

Modified Files

Name
M plugins/git/include/GitPHP/git/Tag.php +2 −1 Go to diff View file
A plugins/git/tests/unit/GitPHP/TagTest.php +95 −0 Go to diff View file