- git_diff_blob_to_buffer
int git_diff_blob_to_buffer(const(git_blob)* old_blob, const(char)* old_as_path, const(char)* buffer, size_t buffer_len, const(char)* buffer_as_path, const(git_diff_options)* options, git_diff_file_cb file_cb, git_diff_hunk_cb hunk_cb, git_diff_line_cb line_cb, 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_diff_blobs
int git_diff_blobs(const(git_blob)* old_blob, const(char)* old_as_path, const(git_blob)* new_blob, const(char)* new_as_path, const(git_diff_options)* options, git_diff_file_cb file_cb, git_diff_hunk_cb hunk_cb, git_diff_line_cb line_cb, 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_diff_find_similar
int git_diff_find_similar(git_diff* diff, const(git_diff_find_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_diff_foreach
int git_diff_foreach(git_diff* diff, git_diff_file_cb file_cb, git_diff_hunk_cb hunk_cb, git_diff_line_cb line_cb, 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_diff_free
void git_diff_free(git_diff* diff)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_diff_get_delta
const(git_diff_delta)* git_diff_get_delta(const(git_diff)* diff, 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_diff_index_to_workdir
int git_diff_index_to_workdir(git_diff** diff, git_repository* repo, git_index* index, const(git_diff_options)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_diff_is_sorted_icase
int git_diff_is_sorted_icase(const(git_diff)* diff)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_diff_merge
int git_diff_merge(git_diff* onto, const(git_diff)* from)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_diff_num_deltas
size_t git_diff_num_deltas(const(git_diff)* diff)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_diff_num_deltas_of_type
size_t git_diff_num_deltas_of_type(const(git_diff)* diff, git_delta_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_diff_options_init
int git_diff_options_init(git_diff_options* options, uint version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_diff_print
int git_diff_print(git_diff* diff, git_diff_format_t format, git_diff_line_cb print_cb, 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_diff_status_char
char git_diff_status_char(git_delta_t status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_diff_tree_to_index
int git_diff_tree_to_index(git_diff** diff, git_repository* repo, git_tree* old_tree, git_index* index, const(git_diff_options)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_diff_tree_to_tree
int git_diff_tree_to_tree(git_diff** diff, git_repository* repo, git_tree* old_tree, git_tree* new_tree, const(git_diff_options)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_diff_tree_to_workdir
int git_diff_tree_to_workdir(git_diff** diff, git_repository* repo, git_tree* old_tree, const(git_diff_options)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_diff_tree_to_workdir_with_index
int git_diff_tree_to_workdir_with_index(git_diff** diff, git_repository* repo, git_tree* old_tree, const(git_diff_options)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.