We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d823d3 commit 764877bCopy full SHA for 764877b
libgit2-sys/lib.rs
@@ -1112,7 +1112,7 @@ pub const GIT_DIFF_SHOW_UNMODIFIED: git_diff_option_t = 1 << 26;
1112
pub const GIT_DIFF_PATIENCE: git_diff_option_t = 1 << 28;
1113
pub const GIT_DIFF_MINIMAL: git_diff_option_t = 1 << 29;
1114
pub const GIT_DIFF_SHOW_BINARY: git_diff_option_t = 1 << 30;
1115
-pub const GIT_DIFF_INDENT_HEURISTIC: git_diff_option_t = 1 << 31;
+pub const GIT_DIFF_INDENT_HEURISTIC: git_diff_option_t = 1 << 18;
1116
1117
#[repr(C)]
1118
pub struct git_diff_find_options {
0 commit comments