aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/commit_submodule.go
Commit message (Collapse)AuthorAgeFilesLines
* add submodule diff links (#33097)Rowan Bohde2025-01-081-0/+4
| | | | | | | | | | | | 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>
* Fix submodule parsing (#32571)Lunny Xiao2024-11-201-0/+47
Fix #32568, parse `.gitmodules` correctly --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>