RemoteDownloadTagsType
Description:
[ CCode ( cprefix = "GGIT_REMOTE_DOWNLOAD_TAGS_" , type_id = "ggit_remote_download_tags_type_get_type ()" ) ]
public enum RemoteDownloadTagsType
Automatic tag following option
Lets us select the --tags option to use.
Content:
Enum values:
- ALL - Ask for the all the tags.
- AUTO - Ask the server for tags
pointing to objects we're already downloading.
- NONE - Don't ask for any tags
beyond the refspecs.
- UNSPECIFIED - Use the
setting from the configuration.