gitea/modules/gitgraph
wxiaoguang 124b072f0b
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
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})`
2022-04-01 10:55:30 +08:00
..
graph.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 2022-04-01 10:55:30 +08:00
graph_models.go Collaborator trust model should trust collaborators (#18539) 2022-02-02 11:10:06 +01:00
graph_test.go Make git.OpenRepository accept Context (#19260) 2022-03-30 03:13:41 +08:00
parser.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00