1
1
mirror of https://github.com/go-gitea/gitea synced 2025-03-02 16:54:18 +00:00

2 Commits

Author SHA1 Message Date
Rowan Bohde
a8e7caedfa
add submodule diff links ()
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 

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-01-08 01:38:30 +00:00
Lunny Xiao
33850a83fe
Fix submodule parsing ()
Fix , parse `.gitmodules` correctly

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-11-20 19:26:12 +00:00