aboutsummaryrefslogtreecommitdiffstats
path: root/services/gitdiff/submodule.go
Commit message (Collapse)AuthorAgeFilesLines
* Improve submodule relative path handling (#35056)wxiaoguang2025-07-141-7/+8
| | | | | | | Fix #35054 --------- Co-authored-by: Giteabot <teabot@gitea.io>
* add submodule diff links (#33097)Rowan Bohde2025-01-081-0/+65
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>