gitea/services/gitdiff
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
..
testdata/academic-module Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
csv.go
csv_test.go Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
gitdiff.go Fix parentCommit invalid memory address or nil pointer dereference. (#33204) 2025-01-19 02:51:43 +00:00
gitdiff_test.go Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
highlightdiff.go Add option to disable ambiguous unicode characters detection (#28454) 2023-12-17 14:38:54 +00:00
highlightdiff_test.go
main_test.go
submodule.go add submodule diff links (#33097) 2025-01-08 01:38:30 +00:00
submodule_test.go Link to tree views of submodules if possible (#33424) 2025-01-30 00:09:52 +00:00