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

@@ -1,4 +1,4 @@
mtime: 1730810698 mtime: 1730806374
commit: 3e07cb6faef98760b11addef0c42d0d294cfa921029306ca19a987bbda9ba12b commit: 8f774c3b9f40d04f66a46759d57c82ef5d71a8e1989bc375a9493ec49c78810e
url: https://src.opensuse.org/mcepl/python-pygit2.git url: https://src.opensuse.org/mcepl/python-pygit2.git
revision: 3e07cb6faef98760b11addef0c42d0d294cfa921029306ca19a987bbda9ba12b revision: 8f774c3b9f40d04f66a46759d57c82ef5d71a8e1989bc375a9493ec49c78810e

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:917a491ff85ea1cdb720bdc4e4ccb16a5afc93d92f8f126aa6f27ded38479f04 oid sha256:5679ea7608681403ab243a0f778be1990c99f5a64cfe201fa19ad3ba56bd9592
size 280 size 280

View File

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