0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-19 00:40:08 +01:00
forgejo/services
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
..
agit Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
asymkey Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
attachment
auth
comments
context
cron
externalaccount
forms
gitdiff Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
issue
lfs
mailer
migrations Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
mirror Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
org
packages Fix container download counter () 2022-04-01 01:08:32 +02:00
pull Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
release Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
repository Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
task
user
webhook
wiki Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00