You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-libgit2-sys/rust-libgit2-sys-no-include...

14 lines
466 B

diff --git a/libgit2-sys/lib.rs b/libgit2-sys/lib.rs
index 5d0e2972f57d..1e3aca85efcd 100644
--- a/libgit2-sys/lib.rs
+++ b/libgit2-sys/lib.rs
@@ -770,7 +770,7 @@ pub struct git_index_time {
pub struct git_config_entry {
pub name: *const c_char,
pub value: *const c_char,
- pub include_depth: c_uint,
+ // pub include_depth: c_uint,
pub level: git_config_level_t,
pub free: extern fn(*mut git_config_entry),
pub payload: *mut c_void,