0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-06 23:03:46 +01:00
gitea/routers/web/repo
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
..
actions workflow_dispatch use workflow from trigger branch (#33098) 2025-01-05 21:47:18 +08:00
setting Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
activity.go
attachment.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
blame.go
branch.go Refactor pagination (#33037) 2024-12-30 01:57:38 +00:00
cherry_pick.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
code_frequency.go
commit.go Refactor pagination (#33037) 2024-12-30 01:57:38 +00:00
compare.go Refactor "string truncate" (#32984) 2024-12-26 11:56:03 +08:00
contributors.go
download.go Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from latest commit cache (#32987) 2024-12-30 03:30:01 +00:00
editor_test.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
editor.go
find.go
fork.go
githttp_test.go
githttp.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
helper.go
issue_comment.go Use CloseIssue and ReopenIssue instead of ChangeStatus (#32467) 2024-12-25 07:38:30 +00:00
issue_content_history.go
issue_dependency.go
issue_label_test.go Refactor tests (#33021) 2024-12-29 01:05:56 +00:00
issue_label.go
issue_list.go Use CloseIssue and ReopenIssue instead of ChangeStatus (#32467) 2024-12-25 07:38:30 +00:00
issue_lock.go
issue_new.go Use project's redirect url instead of composing url (#33058) 2024-12-31 19:19:53 +08:00
issue_page_meta.go Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (#33106) 2025-01-07 10:50:09 +08:00
issue_pin.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
issue_poster.go
issue_stopwatch.go
issue_suggestions.go
issue_test.go
issue_timetrack.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
issue_view.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
issue_watch.go
issue.go Merge updatecommentattachment functions (#33044) 2024-12-30 18:21:57 +00:00
main_test.go
middlewares.go
migrate.go
milestone.go Refactor pagination (#33037) 2024-12-30 01:57:38 +00:00
packages.go Refactor pagination (#33037) 2024-12-30 01:57:38 +00:00
patch.go
projects_test.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
projects.go Use project's redirect url instead of composing url (#33058) 2024-12-31 19:19:53 +08:00
pull_review_test.go
pull_review.go
pull.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
recent_commits.go
release_test.go
release.go Refactor pagination (#33037) 2024-12-30 01:57:38 +00:00
render.go
repo.go Clean up legacy form CSS styles (#33081) 2025-01-03 04:01:19 +00:00
search_test.go
search.go Fix bleve fuzziness search (#33078) 2025-01-03 00:32:02 +08:00
topic.go
treelist.go
view_file.go
view_home.go fix empty repo updated time (#33120) 2025-01-07 01:54:06 +08:00
view_readme.go
view_test.go
view.go add submodule diff links (#33097) 2025-01-08 01:38:30 +00:00
wiki_test.go
wiki.go Refactor pagination (#33037) 2024-12-30 01:57:38 +00:00