We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d588ccf + d003e69 commit 2d4154aCopy full SHA for 2d4154a
Cargo.toml
@@ -84,6 +84,8 @@ git-performance = ["git", "gix?/max-performance"]
84
##
85
## Most will want this enabled unless they know to only have to access non-https URLs for their indices.
86
git-https = ["git", "gix?/blocking-http-transport-curl"]
87
+## Like `git-https` but using a reqwest backend instead of curl
88
+git-https-reqwest = ["git", "gix?/blocking-http-transport-reqwest"]
89
## Allow some functions to receive `rayon`-powered siblings for higher performance.
90
parallel = ["dep:rayon"]
91
## Add support for communicating with sparse indices.
0 commit comments