stable

Clone or download

Read-only

Relative link in a rendered README from a subfolder does not work in the tree view

The link will not be correct in the tree view but will be in the blob view. To reproduce have a README.md file in a subfolder of a git repo and reference a file in the top folder with a relative link (e.g. `../awesome-alpaca.jpg`). Part of request #14127: Extend markdown support in the git plugin Change-Id: Iacbaa3010a853a7a294fa1fe1026cde63be4c727

Modified Files

Name
M plugins/git/include/CommonMarkExtension/LinkToGitFileBlobFinder.php +5 −6 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Blob.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Tree.php +1 −1 Go to diff View file
M plugins/git/phpunit/CommonMarkExtension/LinkToGitFileBlobFinderTest.php +5 −15 Go to diff View file