rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.64k stars 380 forks source link

Implement minimal support for chained credential store helpers #1002

Open mschlumpp opened 7 months ago

mschlumpp commented 7 months ago

Tools such as git-credential-oauth rely on a chained helper configuration to store the acquired credentials.

Unimplemented features in this PR:

Note: git-credential-oauth does not seem to make use of these features at the moment.