git_remote_set_autotag

Set the remote's tag following setting.

The change will be made in the configuration. No loaded remotes will be affected.

extern (C) nothrow @nogc
int
git_remote_set_autotag

Parameters

repo libgit2_d.types.git_repository*

the repository in which to make the change

remote const(char)*

the name of the remote

value .git_remote_autotag_option_t

the new value to take.

Meta