0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-11 22:02:48 +01:00
gitea/routers/web
Rowan Bohde ac2d97cb61
Link to tree views of submodules if possible (#33424)
This is a follow-up to https://github.com/go-gitea/gitea/pull/33097. 

When linking a submodule at a commit in either the repo view, or a diff
when adding a new submodule, link to the tree view of that submodules
intead of the individual commit. This shows the user the full tree,
instead of the diff of the commit.

This makes the assumption that the tree for a given SHA is at
`<repo_url>/tree/<sha>`. This URL format is supported by both Github &
Gitlab, but not Gitea. To fix this, add a redirect from
`<username>/<repo>/tree/<ref>` to `<username>/<repo>/src/<ref>`, so that
Gitea can support this URL structure.
2025-01-30 00:09:52 +00:00
..
admin
auth
devtest
events
explore
feed
healthcheck
misc
org
repo Link to tree views of submodules if possible (#33424) 2025-01-30 00:09:52 +00:00
shared
user
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Link to tree views of submodules if possible (#33424) 2025-01-30 00:09:52 +00:00
webfinger.go