Crate gix_credentials
source ·Expand description
Interact with git credentials in various ways and launch helper programs.
§Feature Flags
serde
— Data structures implementserde::Serialize
andserde::Deserialize
.
Modules§
Structs§
- A program/executable implementing the credential helper protocol.
Functions§
- Call the
git credential
helper program performing the givenaction
, which reads all context from the git configuration and does everythinggit
typically does. Theaction
should have been created withhelper::Action::get_for_url()
to contain only the URL to kick off the process, or should be created byhelper::NextAction
.