fixup! commit: introduce git_repository_commit_parents

This commit is contained in:
Edward Thomson
2023-12-23 15:30:31 +00:00
parent 0572884693
commit 98075baed2
2 changed files with 2 additions and 2 deletions

View File

@@ -543,7 +543,7 @@ typedef int (*git_commit_create_cb)(
/** An array of commits returned from the library */
typedef struct git_commitarray {
git_commit **commits;
git_commit *const *commits;
size_t count;
} git_commitarray;