deimos.git2.blame

Undocumented in source.

Members

Enums

git_blame_flag_t
enum git_blame_flag_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

git_blame_buffer
int git_blame_buffer(git_blame** out_, git_blame* reference, const(char)* buffer, size_t buffer_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blame_file
int git_blame_file(git_blame** out_, git_repository* repo, const(char)* path, git_blame_options* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blame_free
void git_blame_free(git_blame* blame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blame_get_hunk_byindex
const(git_blame_hunk)* git_blame_get_hunk_byindex(git_blame* blame, uint32_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blame_get_hunk_byline
const(git_blame_hunk)* git_blame_get_hunk_byline(git_blame* blame, size_t lineno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blame_get_hunk_count
uint32_t git_blame_get_hunk_count(git_blame* blame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blame_init_options
int git_blame_init_options(git_blame_options* opts, uint version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GIT_BLAME_OPTIONS_VERSION
enum GIT_BLAME_OPTIONS_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

git_blame
struct git_blame
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blame_hunk
struct git_blame_hunk
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_blame_options
struct git_blame_options
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

GIT_BLAME_OPTIONS_INIT
enum git_blame_options GIT_BLAME_OPTIONS_INIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta