deimos.git2.reflog

Undocumented in source.

Members

Functions

git_reflog_append
int git_reflog_append(git_reflog* reflog, const(git_oid)* id, const(git_signature)* committer, const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_delete
int git_reflog_delete(git_repository* repo, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_drop
int git_reflog_drop(git_reflog* reflog, size_t idx, int rewrite_previous_entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_entry_byindex
const(git_reflog_entry)* git_reflog_entry_byindex(const(git_reflog)* reflog, size_t idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_entry_committer
const(git_signature)* git_reflog_entry_committer(const(git_reflog_entry)* entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_entry_id_new
const(git_oid)* git_reflog_entry_id_new(const(git_reflog_entry)* entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_entry_id_old
const(git_oid)* git_reflog_entry_id_old(const(git_reflog_entry)* entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_entry_message
const(char)* git_reflog_entry_message(const(git_reflog_entry)* entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_entrycount
size_t git_reflog_entrycount(git_reflog* reflog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_free
void git_reflog_free(git_reflog* reflog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_read
int git_reflog_read(git_reflog** out_, git_repository* repo, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_rename
int git_reflog_rename(git_repository* repo, const(char)* old_name, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_reflog_write
int git_reflog_write(git_reflog* reflog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta