git_fetch_options.download_tags

Determines how to behave regarding tags on the remote, such as auto-downloading tags for objects we're downloading or downloading all of them.

The default is to auto-follow tags.

struct git_fetch_options
.git_remote_autotag_option_t download_tags;

Meta