1
0
mirror of https://github.com/go-gitea/gitea synced 2025-01-09 21:55:56 +01:00
gitea/services/mirror
wxiaoguang 124b072f0b
Remove git.Command.Run and git.Command.RunInDir* ()
Follows , , Close , now there are only three `Run..(&RunOpts{})` functions.
 * before: `stdout, err := RunInDir(path)`
 * now: `stdout, _, err := RunStdString(&git.RunOpts{Dir:path})`
2022-04-01 10:55:30 +08:00
..
mirror_pull.go Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
mirror_push.go Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
mirror.go Refactor mirror code & fix StartToMirror () 2022-03-02 15:43:11 +08:00