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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user