Struct git2::FetchOptions [−][src]
pub struct FetchOptions<'cb> { /* fields omitted */ }
Expand description
Options which can be specified to various fetch operations.
Implementations
Creates a new blank set of fetch options
Set the callbacks to use for the fetch operation.
Set the proxy options to use for the fetch operation.
Set whether to perform a prune after the fetch.
Set whether to write the results to FETCH_HEAD.
Defaults to true
.
Set how to behave regarding tags on the remote, such as auto-downloading tags for objects we’re downloading or downloading all of them.
The default is to auto-follow tags.