Skip to content

Commit 2d4154a

Browse files
authored
Merge pull request #189 from smoelius/git-https-reqwest
Add `git-https-reqwest` feature
2 parents d588ccf + d003e69 commit 2d4154a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ git-performance = ["git", "gix?/max-performance"]
8484
##
8585
## Most will want this enabled unless they know to only have to access non-https URLs for their indices.
8686
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"]
8789
## Allow some functions to receive `rayon`-powered siblings for higher performance.
8890
parallel = ["dep:rayon"]
8991
## Add support for communicating with sparse indices.

0 commit comments

Comments
 (0)