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