Remote_Fetch_Configuration - SwiftDocOrg/Git GitHub Wiki
Remote.Fetch.Configuration
public struct Configuration
Properties
`default`
var `default` = try! Configuration()
updateFetchHead
Whether to write the results to FETCH_HEAD. Defaults to on. Leave this default in order to behave like git.
var updateFetchHead: Bool
prune
var prune: Bool?
tagFollowing
var tagFollowing: TagFollowing?
customHeaders
Extra headers for this fetch operation
var customHeaders: [String]