You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 weeks ago
..
testdata/academic-module Reduce integration test overhead (#32475) 3 months ago
csv.go
csv_test.go Refactor older tests to use testify (#33140) 1 month ago
gitdiff.go Fix parentCommit invalid memory address or nil pointer dereference. (#33204) 3 weeks ago
gitdiff_test.go Refactor older tests to use testify (#33140) 1 month ago
highlightdiff.go
highlightdiff_test.go
main_test.go
submodule.go add submodule diff links (#33097) 1 month ago
submodule_test.go Link to tree views of submodules if possible (#33424) 2 weeks ago