gitea/services/mirror
Lunny Xiao 69f5ee970c
Move some functions to gitrepo package (#35543)
Refactor Git command functions to use WithXXX methods instead of
exposing RunOpts.
This change simplifies reuse across gitrepo and improves consistency,
encapsulation, and maintainability of command options.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-10-07 17:06:51 +08:00
..
mirror_pull_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
mirror_pull.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +08:00
mirror_push.go Move git config/remote to gitrepo package and add global lock to resolve possible conflict when updating repository git config file (#35151) 2025-09-01 18:47:04 +00:00
mirror.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
notifier.go Move notification interface to services layer (#26915) 2023-09-05 18:37:47 +00:00
queue.go Refactor push mirror find and add check for updating push mirror (#32539) 2024-11-18 05:59:04 +00:00