vendor/libgit2/src/libgit2/annotated_commit.h in rugged-1.5.1 vs vendor/libgit2/src/libgit2/annotated_commit.h in rugged-1.6.2
- old
+ new
@@ -39,10 +39,10 @@
const char *description;
const char *ref_name;
const char *remote_url;
- char id_str[GIT_OID_HEXSZ+1];
+ char id_str[GIT_OID_SHA1_HEXSIZE+1];
};
extern int git_annotated_commit_from_head(git_annotated_commit **out,
git_repository *repo);
extern int git_annotated_commit_from_commit(git_annotated_commit **out,