git_remote_autotag_option_t

Automatic tag following option

Lets us select the --tags option to use.

Values

ValueMeaning
GIT_REMOTE_DOWNLOAD_TAGS_UNSPECIFIED0

Use the setting from the configuration.

GIT_REMOTE_DOWNLOAD_TAGS_AUTO

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

GIT_REMOTE_DOWNLOAD_TAGS_NONE

Don't ask for any tags beyond the refspecs.

GIT_REMOTE_DOWNLOAD_TAGS_ALL

Ask for the all the tags.

Meta