Skip to content

Conversation

ttaylorr
Copy link
Contributor

This pull request updates all remaining http.{url}.* key lookups to use the new *config.URLConfig type.

I did a search via:

~/g/git-lfs (master) $ find . -type f | grep -v "\.\/vendor" | grep "\.go$" | xargs ack 'http\.'

and trimmed those down which yielded the changes made in this pull request. The only other http.* key lookup we have is here for the http.proxy config, but Git itself does not support per-host/url http.proxy-ing.


/cc @git-lfs/core

@ttaylorr ttaylorr merged commit c2d242c into master Apr 17, 2017
@ttaylorr ttaylorr deleted the http-config-certs branch April 17, 2017 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants