14
0
forked from pool/python-pygit2

[info=3e07cb6faef98760b11addef0c42d0d294cfa921029306ca19a987bbda9ba12b]

OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:mcepl:python-pygit2:2/python-pygit2?expand=0&rev=3
This commit is contained in:
2024-11-05 12:45:09 +00:00
committed by Git OBS Bridge
parent 0de7481d05
commit 878a18abd8
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,
+ (const git_commit **)parents);
+ (git_commit * const*)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,
+ (const git_commit **)parents);
+ (git_commit * const*)parents);
if (err < 0) {
Error_set(err);
goto out;