Expand description
Builder-pattern objects for configuration various git operations.
Structs§
- Checkout
Builder - A builder struct for configuring checkouts of a repository.
- Repo
Builder - A builder struct which is used to build configuration for cloning a new git repository.
- Tree
Update Builder - A builder struct for git tree updates.
Enums§
- Clone
Local - Options that can be passed to
RepoBuilder::clone_local
.
Type Aliases§
- Notify
- Checkout notifications callback.
- Progress
- Checkout progress notification callback.
- Remote
Create - Type of callback passed to
RepoBuilder::remote_create
.