Skip to content

Commit b8b2286

Browse files
author
John Haley
committed
Make the git_remote_push function async
1 parent 9a859cc commit b8b2286

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

generate/input/descriptor.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,6 +1377,12 @@
13771377
"git_remote_rename": {
13781378
"ignore": true
13791379
},
1380+
"git_remote_push": {
1381+
"isAsync": true,
1382+
"return": {
1383+
"isErrorCode": true
1384+
}
1385+
},
13801386
"git_remote_set_callbacks": {
13811387
"args": {
13821388
"callbacks": {

0 commit comments

Comments
 (0)