deimos.git2.signature

Undocumented in source.

Members

Functions

git_signature_default
int git_signature_default(git_signature** out_, 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_signature_dup
git_signature* git_signature_dup(const(git_signature)* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_signature_free
void git_signature_free(git_signature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_signature_new
int git_signature_new(git_signature** out_, const(char)* name, const(char)* email, git_time_t time, int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_signature_now
int git_signature_now(git_signature** out_, const(char)* name, const(char)* email)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta