deimos.git2.tag

Undocumented in source.

Members

Aliases

git_tag_foreach_cb
alias git_tag_foreach_cb = int function(const(char)* name, git_oid* oid, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

git_tag_annotation_create
int git_tag_annotation_create(git_oid* oid, git_repository* repo, const(char)* tag_name, const(git_object)* target, const(git_signature)* tagger, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_create
int git_tag_create(git_oid* oid, git_repository* repo, const(char)* tag_name, const(git_object)* target, const(git_signature)* tagger, const(char)* message, int force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_create_frombuffer
int git_tag_create_frombuffer(git_oid* oid, git_repository* repo, const(char)* buffer, int force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_create_lightweight
int git_tag_create_lightweight(git_oid* oid, git_repository* repo, const(char)* tag_name, const(git_object)* target, int force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_delete
int git_tag_delete(git_repository* repo, const(char)* tag_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_foreach
int git_tag_foreach(git_repository* repo, git_tag_foreach_cb callback, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_free
void git_tag_free(git_tag* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_id
const(git_oid)* git_tag_id(const(git_tag)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_list
int git_tag_list(git_strarray* tag_names, git_repository* repo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_list_match
int git_tag_list_match(git_strarray* tag_names, const(char)* pattern, git_repository* repo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_lookup
int git_tag_lookup(git_tag** out_, git_repository* repo, const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_lookup_prefix
int git_tag_lookup_prefix(git_tag** out_, git_repository* repo, const(git_oid)* id, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_message
const(char)* git_tag_message(const(git_tag)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_name
const(char)* git_tag_name(const(git_tag)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_owner
git_repository* git_tag_owner(const(git_tag)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_peel
int git_tag_peel(git_object** tag_target_out, const(git_tag)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_tagger
const(git_signature)* git_tag_tagger(const(git_tag)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_target
int git_tag_target(git_object** target_out, const(git_tag)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_target_id
const(git_oid)* git_tag_target_id(const(git_tag)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_tag_target_type
git_otype git_tag_target_type(const(git_tag)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta