Fix submodule paths when AppSubUrl is not root #11098

Merged
lunny merged 7 commits from fix-submodules into master 2020-04-22 10:34:51 +00:00
Contributor

Fix #11002

Signed-off-by: Andrew Thornton art27@cantab.net

Fix #11002 Signed-off-by: Andrew Thornton <art27@cantab.net>
6543 (Migrated from github.com) approved these changes 2020-04-20 14:51:16 +00:00
@ -74,2 +71,2 @@
if !strings.HasPrefix(path, "/") {
path = "/" + path
if !strings.HasPrefix(pth, "/") {
pth = "/" + pth
6543 (Migrated from github.com) commented 2020-04-20 13:15:41 +00:00

o no a fixme ? - just jocking

o no a fixme ? - just jocking
guillep2k (Migrated from github.com) approved these changes 2020-04-22 02:52:11 +00:00
guillep2k (Migrated from github.com) commented 2020-04-22 02:49:00 +00:00

?

?
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#11098
No description provided.