You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/repository
zeripath 2d21d2af9e
Make migrations SKIP_TLS_VERIFY apply to git too (#19132)
Make SKIP_TLS_VERIFY apply to git data migrations too through adding the `-c http.sslVerify=false` option to the git clone command.

Fix #18998

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
commits.go
commits_test.go
create.go Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 3 years ago
create_test.go Add `GetUserTeams` (#18499) 3 years ago
generate.go Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 3 years ago
hooks.go format with gofumpt (#18184) 3 years ago
init.go Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 3 years ago
main_test.go
push.go Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 3 years ago
repo.go Make migrations SKIP_TLS_VERIFY apply to git too (#19132) 3 years ago