Ggit.FetchOptions¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Ggit.FetchOptions¶
 Represents a git fetch options.
- classmethod new()¶
 - Returns:
 a newly allocated
Ggit.FetchOptions.- Return type:
 
Creates a new
Ggit.FetchOptions.
- copy()¶
 - Returns:
 a newly allocated
Ggit.FetchOptionsorNone.- Return type:
 
Copies self into a newly allocated
Ggit.FetchOptions.
- free()¶
 Frees self.
- get_download_tags()¶
 - Returns:
 - Return type:
 
Get how tags are being handled when fetching/downloading.
- get_remote_callbacks()¶
 - Returns:
 the remote callbacks or
None.- Return type:
 
Get the remote callbacks object or
Noneif not set.
- set_download_tags(download_tags)¶
 - Parameters:
 download_tags (
Ggit.RemoteDownloadTagsType) – aGgit.RemoteDownloadTagsType.
Set how tags are being handled when fetching/downloading.
- set_remote_callbacks(callbacks)¶
 - Parameters:
 callbacks (
Ggit.RemoteCallbacksorNone) – aGgit.RemoteCallbacksorNone.
Set the fetch options object.