mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-01 06:51:18 +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})` |
||
|---|---|---|
| .. | ||
| commits.go | ||
| commits_test.go | ||
| create.go | ||
| create_test.go | ||
| generate.go | ||
| hooks.go | ||
| init.go | ||
| main_test.go | ||
| push.go | ||
| repo.go | ||