Function git_protocol::credentials::helper [−][src]
pub fn helper(action: Action<'_>) -> ResultExpand description
Call the git credentials helper program performing the given action.
Usually the first call is performed with Action::Fill to obtain an identity, which subsequently can be used.
On successful usage, use NextAction::approve(), otherwise NextAction::reject().