Enumeration

GgitRemoteDownloadTagsType

Declaration

enum Ggit.RemoteDownloadTagsType

Description [src]

Automatic tag following option

Lets us select the —tags option to use.

Members

Name Description
GGIT_REMOTE_DOWNLOAD_TAGS_UNSPECIFIED

Use the setting from the configuration.

GGIT_REMOTE_DOWNLOAD_TAGS_AUTO

Ask the server for tags pointing to objects we’re already downloading.

GGIT_REMOTE_DOWNLOAD_TAGS_NONE

Don’t ask for any tags beyond the refspecs.

GGIT_REMOTE_DOWNLOAD_TAGS_ALL

Ask for the all the tags.