0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 04:08:25 +01:00
gitea/cmd
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
..
admin_auth_ldap_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
admin_auth_ldap.go Add LDAP group sync to Teams, fixes #1395 (#16299) 2022-02-11 22:24:58 +08:00
admin.go Make git.OpenRepository accept Context (#19260) 2022-03-30 03:13:41 +08:00
cert.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
cmd.go Fix flag validation (#19046) 2022-03-10 10:11:26 +00:00
convert.go
docs.go
doctor.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
dump_repo.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
dump.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
embedded_stub.go
embedded.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
generate.go
hook_test.go
hook.go Remove git.Command.Run and git.Command.RunInDir* (#19280) 2022-04-01 10:55:30 +08:00
keys.go
mailer.go
manager_logging.go Add Goroutine stack inspector to admin/monitor (#19207) 2022-03-31 19:01:43 +02:00
manager.go Add Goroutine stack inspector to admin/monitor (#19207) 2022-03-31 19:01:43 +02:00
migrate_storage.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
migrate.go
restore_repo.go Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
serv.go Fix the bug: deploy key with write access can not push (#19010) 2022-03-22 17:29:07 +08:00
web_acme.go Add Goroutine stack inspector to admin/monitor (#19207) 2022-03-31 19:01:43 +02:00
web_graceful.go
web_https.go
web.go Add Goroutine stack inspector to admin/monitor (#19207) 2022-03-31 19:01:43 +02:00