Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve submodule relative path handling (#35056) | wxiaoguang | 2025-07-14 | 1 | -7/+8 |
| | | | | | | | Fix #35054 --------- Co-authored-by: Giteabot <teabot@gitea.io> | ||||
* | add submodule diff links (#33097) | Rowan Bohde | 2025-01-08 | 1 | -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> |