[WIP] Use a managed HTTP(S) transport implementation #374

Closed
carlosmn wants to merge 15 commits from cmn/go-http into main
2 changed files with 1 additions and 3 deletions
Showing only changes of commit dd57a6a89b - Show all commits

View File

@ -15,7 +15,6 @@ import (
type SubmoduleUpdateOptions struct { type SubmoduleUpdateOptions struct {
*CheckoutOpts *CheckoutOpts
*FetchOptions *FetchOptions
CloneCheckoutStrategy CheckoutStrategy
} }
// Submodule // Submodule
@ -369,7 +368,6 @@ func populateSubmoduleUpdateOptions(ptr *C.git_submodule_update_options, opts *S
populateCheckoutOpts(&ptr.checkout_opts, opts.CheckoutOpts) populateCheckoutOpts(&ptr.checkout_opts, opts.CheckoutOpts)
populateFetchOptions(&ptr.fetch_opts, opts.FetchOptions) populateFetchOptions(&ptr.fetch_opts, opts.FetchOptions)
ptr.clone_checkout_strategy = C.uint(opts.CloneCheckoutStrategy)
return nil return nil
} }

2
vendor/libgit2 vendored

@ -1 +1 @@
Subproject commit df4dfaadcf709646ebab2e57e3589952cf1ac809 Subproject commit a1023a43027207ac7a5df7233bddfe7347bee256