gitea/services/agit
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})`
..
agit.go Remove `git.Command.Run` and `git.Command.RunInDir*` ()