mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-14 07:41:21 +01: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})` |
||
|---|---|---|
| .. | ||
| cherry_pick.go | ||
| commit.go | ||
| content_test.go | ||
| content.go | ||
| delete.go | ||
| diff_test.go | ||
| diff.go | ||
| file_test.go | ||
| file.go | ||
| patch.go | ||
| temp_repo.go | ||
| tree_test.go | ||
| tree.go | ||
| update.go | ||
| upload.go | ||