aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/config.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove context from git struct (#33793)TheFox0x72025-03-041-8/+8
| | | | Argument is moved from struct init in command run, which lets us remove context from struct.
* Fix submodule parsing (#32571)Lunny Xiao2024-11-201-0/+187
Fix #32568, parse `.gitmodules` correctly --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>