Skip to content

Commit 054d646

Browse files
author
John Haley
committed
Fixed git_remote
1 parent 902b837 commit 054d646

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

generate/input/callbacks.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,15 +504,16 @@
504504
"args": [
505505
{
506506
"name": "out",
507-
"cType": "const git_transport *"
507+
"cType": "git_transport **"
508508
},
509509
{
510510
"name": "owner",
511-
"cType": "const git_remote *"
511+
"cType": "git_remote *"
512512
},
513513
{
514-
"name": "payload",
515-
"cType": "void *"
514+
"name": "param",
515+
"cType": "void *",
516+
"payload": true
516517
}
517518
],
518519
"return": {

generate/input/descriptor.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,9 @@
12681268
"git_remote_set_fetch_refspecs": {
12691269
"ignore": true
12701270
},
1271+
"git_remote_set_transport": {
1272+
"isAsync": true
1273+
},
12711274
"git_remote_set_push_refspecs": {
12721275
"ignore": true
12731276
}

0 commit comments

Comments
 (0)