[go: up one dir, main page]

Module clone

Source
Expand description

Modules§

checkoutworktree-mutation
fetchasync-network-client-async-std or blocking-network-client

Structs§

PrepareCheckoutworktree-mutation
A utility to collect configuration on how to perform a checkout into a working tree, and when dropped without checking out successfully the fetched repository will be deleted from disk.
PrepareFetch
A utility to collect configuration on how to fetch from a remote and initiate a fetch operation. It will delete the newly created repository on when dropped without successfully finishing a fetch.

Enums§

Error
The error returned by PrepareFetch::new().