Struct libgit2_sys::git_diff_find_options
[−]
[src]
pub struct git_diff_find_options { pub version: c_uint, pub flags: u32, pub rename_threshold: u16, pub rename_from_rewrite_threshold: u16, pub copy_threshold: u16, pub break_rewrite_threshold: u16, pub rename_limit: size_t, pub metric: *mut git_diff_similarity_metric, }
Fields
version | |
flags | |
rename_threshold | |
rename_from_rewrite_threshold | |
copy_threshold | |
break_rewrite_threshold | |
rename_limit | |
metric |