mirror of
https://github.com/go-gitea/gitea
synced 2025-11-06 14:28:14 +00: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})`
2.6 KiB
2.6 KiB