0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-19 23:39:35 +01:00
gitea/services/migrations
wxiaoguang 124b072f0b
Remove git.Command.Run and git.Command.RunInDir* (#19280)
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})`
2022-04-01 10:55:30 +08:00
..
codebase_test.go
codebase.go
dump.go Remove git.Command.Run and git.Command.RunInDir* (#19280) 2022-04-01 10:55:30 +08:00
error.go
git.go
gitbucket.go
gitea_downloader_test.go
gitea_downloader.go
gitea_uploader_test.go Remove git.Command.Run and git.Command.RunInDir* (#19280) 2022-04-01 10:55:30 +08:00
gitea_uploader.go Remove git.Command.Run and git.Command.RunInDir* (#19280) 2022-04-01 10:55:30 +08:00
github_test.go
github.go
gitlab_test.go
gitlab.go
gogs_test.go
gogs.go
http_client.go
main_test.go
migrate_test.go
migrate.go
onedev_test.go
onedev.go
restore.go
update.go