mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
fixup! commit: introduce git_repository_commit_parents
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user