libgit2

git_remote_autotag_option_t

Version:

Automatic tag following option

Lets us select the --tags option to use.

Values

GIT_REMOTE_DOWNLOAD_TAGS_AUTO
0
GIT_REMOTE_DOWNLOAD_TAGS_NONE
(1 << 0)
GIT_REMOTE_DOWNLOAD_TAGS_ALL
(1 << 1)

Returned By

Parameter To

Versions