Enumeration

GgitRemoteDownloadTagsType

since: 1.0

Declaration

enum Ggit.RemoteDownloadTagsType

Description [src]

Automatic tag following option

Lets us select the —tags option to use.

Available since: 1.0

Members

GGIT_REMOTE_DOWNLOAD_TAGS_UNSPECIFIED

Use the setting from the configuration.

  • Value: 0
  • Nickname: unspecified
  • Available since: 1.0
GGIT_REMOTE_DOWNLOAD_TAGS_AUTO

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

  • Value: 1
  • Nickname: auto
  • Available since: 1.0
GGIT_REMOTE_DOWNLOAD_TAGS_NONE

Don’t ask for any tags beyond the refspecs.

  • Value: 2
  • Nickname: none
  • Available since: 1.0
GGIT_REMOTE_DOWNLOAD_TAGS_ALL

Ask for the all the tags.

  • Value: 3
  • Nickname: all
  • Available since: 1.0