Module build

Source
Expand description

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.
TreeUpdateBuilder
A builder struct for git tree updates.

Enums§

CloneLocal
Options that can be passed to RepoBuilder::clone_local.

Type Aliases§

Notify
Checkout notifications callback.
Progress
Checkout progress notification callback.
RemoteCreate
Type of callback passed to RepoBuilder::remote_create.