Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add submodule diff links (#33097) | Rowan Bohde | 2025-01-08 | 1 | -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 Xiao | 2024-11-20 | 1 | -0/+47 |
Fix #32568, parse `.gitmodules` correctly --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |