Downloads
Reference
Learning
Security
Source
API Documentation
tag
git_tag_set_tagger
Version:
v0.10.0
v0.8.0
v0.3.0
v0.2.0
Set the tagger of a tag
Signature
GitHub
void git_tag_set_tagger(
git_tag *tag
,
const git_signature *tagger_sig
);
Parameters
git_tag *
In
tag
The tag to modify
const git_signature *
In
tagger_sig
signature of the tagging action
Versions
v0.10.0
v0.8.0
v0.3.0
v0.2.0