0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-09 23:48:05 -05:00
Commit Graph

3 Commits

Author SHA1 Message Date
Lunny Xiao
9332ff291b Move git command to git/gitcmd (#35483)
The name cmd is already used in many places and may cause conflicts, so
I chose `gitcmd` instead to minimize potential naming conflicts.
2025-09-15 23:33:12 -07:00
TheFox0x7
ae3a18e01a Remove context from git struct (#33793)
Argument is moved from struct init in command run, which lets us remove
context from struct.
2025-03-04 11:56:11 -08:00
Lunny Xiao
62f995203a Move doctor package from modules to services (#28856) 2024-01-20 10:07:31 +08:00