14
0
forked from pool/python-pygit2

[info=8f774c3b9f40d04f66a46759d57c82ef5d71a8e1989bc375a9493ec49c78810e]

OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:mcepl:python-pygit2:2/python-pygit2?expand=0&rev=4
This commit is contained in:
2024-11-05 12:48:56 +00:00
committed by Git OBS Bridge
parent 878a18abd8
commit c42d629af5
3 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
py_author->signature, py_committer->signature,
- encoding, message, tree, parent_count, parents);
+ encoding, message, tree, parent_count,
+ (git_commit * const*)parents);
+ (const git_commit **)parents);
if (err < 0) {
Error_set(err);
goto out;
@@ -21,7 +21,7 @@
py_author->signature, py_committer->signature,
- encoding, message, tree, parent_count, parents);
+ encoding, message, tree, parent_count,
+ (git_commit * const*)parents);
+ (const git_commit **)parents);
if (err < 0) {
Error_set(err);
goto out;