1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-07 16:34:27 +00:00
gitea/modules/repository
zeripath 2d21d2af9e
Make migrations SKIP_TLS_VERIFY apply to git too ()
Make SKIP_TLS_VERIFY apply to git data migrations too through adding the `-c http.sslVerify=false` option to the git clone command.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-19 14:16:38 +00:00
..
commits_test.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
commits.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
create_test.go Add GetUserTeams () 2022-02-01 14:09:24 -05:00
create.go Delete old git.NewCommand() and use it as git.NewCommandContext() () 2022-02-06 20:01:47 +01:00
generate.go Delete old git.NewCommand() and use it as git.NewCommandContext() () 2022-02-06 20:01:47 +01:00
hooks.go format with gofumpt () 2022-01-20 18:46:10 +01:00
init.go Delete old git.NewCommand() and use it as git.NewCommandContext() () 2022-02-06 20:01:47 +01:00
main_test.go Decouple unit test code from business code () 2021-11-12 22:36:47 +08:00
push.go Delete old git.NewCommand() and use it as git.NewCommandContext() () 2022-02-06 20:01:47 +01:00
repo.go Make migrations SKIP_TLS_VERIFY apply to git too () 2022-03-19 14:16:38 +00:00