libgit2

git_tag_set_target

Version:

Set the target of a tag (i.e. the object that the tag points to)

Signature

void git_tag_set_target(git_tag *tag, git_object *target);

Parameters

git_tag *
In
tag

The tag to modify

git_object *
In
target

the new tagged target

Versions