vendor/libgit2/include/git2/sys/index.h in rugged-0.24.0b13 vs vendor/libgit2/include/git2/sys/index.h in rugged-0.24.0b14

- old
+ new

@@ -23,10 +23,10 @@ char *theirs; } git_index_name_entry; /** Representation of a resolve undo entry in the index. */ typedef struct git_index_reuc_entry { - unsigned int mode[3]; + uint32_t mode[3]; git_oid oid[3]; char *path; } git_index_reuc_entry; /** @name Conflict Name entry functions