mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 17:25:54 +01:00
124b072f0b
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})` |
||
---|---|---|
.. | ||
bleve_test.go | ||
bleve.go | ||
elastic_search_test.go | ||
elastic_search.go | ||
git.go | ||
indexer_test.go | ||
indexer.go | ||
search.go | ||
wrapped.go |