Crate git_credentials
source ·Expand description
Interact with git credentials in various ways and launch helper programs.
Feature Flags
serde1
— 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 given action
, which reads all context from the git configuration
and does everything git
typically does. The action
should have been created with helper::Action::get_for_url()
to
contain only the URL to kick off the process, or should be created by helper::NextAction
.