[][src]Module git2::build

Builder-pattern objects for configuration various git operations.

Structs

CheckoutBuilder

A builder struct for configuring checkouts of a repository.

RepoBuilder

A builder struct which is used to build configuration for cloning a new git repository.

Enums

CloneLocal

Options that can be passed to RepoBuilder::clone_local.

Type Definitions

Notify

Checkout notifications callback.

Progress

Checkout progress notification callback.

RemoteCreate

Type of callback passed to RepoBuilder::remote_create.