libgit2

git_remote_autotag_option_t

Version:

Automatic tag following option

Lets us select the --tags option to use.

Values

GIT_REMOTE_DOWNLOAD_TAGS_UNSPECIFIED
0

Use the setting from the configuration.

GIT_REMOTE_DOWNLOAD_TAGS_AUTO
1

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

GIT_REMOTE_DOWNLOAD_TAGS_NONE
2

Don't ask for any tags beyond the refspecs.

GIT_REMOTE_DOWNLOAD_TAGS_ALL
3

Ask for the all the tags.

Returned By

Parameter To

Versions