0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-13 21:32:10 +01:00
gitea/modules/repository
Rowan Bohde a8e7caedfa
add submodule diff links (#33097)
This adds links to submodules in diffs, similar to the existing link
when viewing a repo at a specific commit. It does this by expanding diff
parsing to recognize changes to submodules, and find the specific refs
that are added, deleted or changed.

Related #25888

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-01-08 01:38:30 +00:00
..
branch_test.go
branch.go add submodule diff links (#33097) 2025-01-08 01:38:30 +00:00
commits_test.go disable gravatar in test (#32529) 2024-11-21 04:30:48 +00:00
commits.go Add new event commit status creation and webhook implementation (#27151) 2024-11-07 06:41:49 +00:00
create_test.go Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
create.go
delete.go
env.go
fork_test.go Allow to fork repository into the same owner (#32819) 2024-12-14 09:39:05 +08:00
fork.go Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
hooks.go
init_test.go
init.go Fix unittest and repo create bug (#33061) 2024-12-31 18:45:05 +08:00
license_test.go Fix repo avatar conflict (#32958) 2024-12-23 02:52:25 +00:00
license.go
main_test.go
push.go
repo_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
repo.go
temp.go