libgit2

git_remote_set_autotag

Version:

Set the tag auto-follow setting

Signature

void git_remote_set_autotag(git_remote *remote, git_remote_autotag_option_t value);

Parameters

In
remote

the remote to configure

In
value

a GIT_REMOTE_DOWNLOAD_TAGS value

Versions