mirror of
https://gitee.com/gitea/gitea
synced 2025-11-03 16:10:25 +08:00
Follows #19266, #8553, Close #18553, now there are only three `Run..(&RunOpts{})` functions. * before: `stdout, err := RunInDir(path)` * now: `stdout, _, err := RunStdString(&git.RunOpts{Dir:path})`