libgit2 v0.19.0 (2014-02-08T12:12:06Z)
Dub
Repo
git_diff_options
git2
diff
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
git_diff_options {
uint
version_
;
uint32_t
flags
;
uint16_t
context_lines
;
uint16_t
interhunk_lines
;
const
(
char
)*
old_prefix
;
const
(
char
)*
new_prefix
;
git_strarray
pathspec
;
git_off_t
max_size
;
git_diff_notify_cb
notify_cb
;
void
*
notify_payload
;
}
Members
Variables
context_lines
uint16_t
context_lines
;
Undocumented in source.
flags
uint32_t
flags
;
Undocumented in source.
interhunk_lines
uint16_t
interhunk_lines
;
Undocumented in source.
max_size
git_off_t
max_size
;
Undocumented in source.
new_prefix
const
(
char
)*
new_prefix
;
Undocumented in source.
notify_cb
git_diff_notify_cb
notify_cb
;
Undocumented in source.
notify_payload
void
*
notify_payload
;
Undocumented in source.
old_prefix
const
(
char
)*
old_prefix
;
Undocumented in source.
pathspec
git_strarray
pathspec
;
Undocumented in source.
version_
uint
version_
;
Undocumented in source.
Meta
Source
See Implementation
git2
diff
aliases
git_diff_data_cb
git_diff_file_cb
git_diff_hunk_cb
git_diff_notify_cb
enums
git_delta_t
git_diff_find_t
git_diff_flag_t
git_diff_line_t
git_diff_option_t
functions
git_diff_blob_to_buffer
git_diff_blobs
git_diff_find_similar
git_diff_foreach
git_diff_get_patch
git_diff_index_to_workdir
git_diff_list_free
git_diff_merge
git_diff_num_deltas
git_diff_num_deltas_of_type
git_diff_patch_delta
git_diff_patch_free
git_diff_patch_from_blob_and_buffer
git_diff_patch_from_blobs
git_diff_patch_get_hunk
git_diff_patch_get_line_in_hunk
git_diff_patch_line_stats
git_diff_patch_num_hunks
git_diff_patch_num_lines_in_hunk
git_diff_patch_print
git_diff_patch_to_str
git_diff_print_compact
git_diff_print_patch
git_diff_print_raw
git_diff_status_char
git_diff_tree_to_index
git_diff_tree_to_tree
git_diff_tree_to_workdir
manifest constants
GIT_DIFF_FIND_OPTIONS_VERSION
GIT_DIFF_OPTIONS_VERSION
mixins
__anonymous
structs
git_diff_delta
git_diff_file
git_diff_find_options
git_diff_list
git_diff_options
git_diff_patch
git_diff_range
git_diff_similarity_metric
variables
GIT_DIFF_FIND_OPTIONS_INIT
GIT_DIFF_OPTIONS_INIT