git_tag_create_from_buffer

Create a new tag in the repository from a buffer

@param oid Pointer where to store the OID of the newly created tag @param repo Repository where to store the tag @param buffer Raw tag data @param force Overwrite existing tags @return 0 on success; error code otherwise

extern (C) nothrow @nogc
int
git_tag_create_from_buffer

Meta