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})` |
||
|---|---|---|
| .. | ||
| authorizedkeys.go | ||
| checkOldArchives.go | ||
| dbconsistency.go | ||
| dbversion.go | ||
| doctor.go | ||
| fix16961.go | ||
| fix16961_test.go | ||
| mergebase.go | ||
| misc.go | ||
| paths.go | ||
| storage.go | ||
| usertype.go | ||