Module git2::build

source ·
Expand description

Builder-pattern objects for configuration various git operations.

Structs§

  • A builder struct for configuring checkouts of a repository.
  • A builder struct which is used to build configuration for cloning a new git repository.
  • A builder struct for git tree updates.

Enums§

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

Type Aliases§

  • Checkout notifications callback.
  • Checkout progress notification callback.
  • Type of callback passed to RepoBuilder::remote_create.