Module git_protocol::credentials[][src]

Structs

NextAction

A handle to approve or reject the outcome of the initial action.

Outcome

The outcome of helper().

Enums

Action

The action to perform by the credentials helper().

Error

The error used in the credentials helper.

Functions

decode_message

Decode all lines in input as key-value pairs produced by a git credentials helper program.

encode_message

Encode url to out for consumption by a git credentials helper program.

helper

Call the git credentials helper program performing the given action.

Type Definitions

Result

The result used in helper().