Don't hard-code HTTPS cap & clarify the meanings of the features enum#4032
Merged
ethomson merged 2 commits intomasterlibgit2/libgit2:masterfrom Dec 20, 2016
cmn/https-cap-no-hardcodelibgit2/libgit2:cmn/https-cap-no-hardcodeCopy head branch name to clipboard
Merged
Don't hard-code HTTPS cap & clarify the meanings of the features enum#4032ethomson merged 2 commits intomasterlibgit2/libgit2:masterfrom cmn/https-cap-no-hardcodelibgit2/libgit2:cmn/https-cap-no-hardcodeCopy head branch name to clipboard
ethomson merged 2 commits intomasterlibgit2/libgit2:masterfrom
cmn/https-cap-no-hardcodelibgit2/libgit2:cmn/https-cap-no-hardcodeCopy head branch name to clipboard
Conversation
This partially reverts bdec62d which activates the transport code-paths which allow you to use a custom TLS implementation without having to have one at build-time. However the capabilities describe how libgit2 was built, not what it could potentially support, bring back the ifdefs so we only say we support HTTPS if libgit2 was itself built with a TLS implementation.
Most importantly, clarify what it means for HTTPS and SSH to be supported.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Most importantly, clarify what we mean by HTTPS and SSH being supported.
/cc @ethomson I think this should go into the next release.