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:
@@ -1,4 +1,4 @@
|
|||||||
mtime: 1730810625
|
mtime: 1730810698
|
||||||
commit: f5cc8fe3ef04e9b1df5cb981df4c43ac7d52c00b4080d07075cb899be178dcae
|
commit: 3e07cb6faef98760b11addef0c42d0d294cfa921029306ca19a987bbda9ba12b
|
||||||
url: https://src.opensuse.org/mcepl/python-pygit2.git
|
url: https://src.opensuse.org/mcepl/python-pygit2.git
|
||||||
revision: f5cc8fe3ef04e9b1df5cb981df4c43ac7d52c00b4080d07075cb899be178dcae
|
revision: 3e07cb6faef98760b11addef0c42d0d294cfa921029306ca19a987bbda9ba12b
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0e7e8db858273ffd00a356a63ea1754f840ee8519e5e1aeb2ae8e065317ef582
|
oid sha256:917a491ff85ea1cdb720bdc4e4ccb16a5afc93d92f8f126aa6f27ded38479f04
|
||||||
size 280
|
size 280
|
||||||
|
@@ -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,
|
||||||
+ (const git_commit **)parents);
|
+ (git_commit * const*)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,
|
||||||
+ (const git_commit **)parents);
|
+ (git_commit * const*)parents);
|
||||||
if (err < 0) {
|
if (err < 0) {
|
||||||
Error_set(err);
|
Error_set(err);
|
||||||
goto out;
|
goto out;
|
||||||
|
Reference in New Issue
Block a user