Function git_credentials::builtin
source · pub fn builtin(action: Action) -> ResultExpand description
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.
If more control is required, use the Cascade type.