Skip to content

Commit fd6fc31

Browse files
committed
Merge pull request nodegit#427 from nodegit/push-async
Make the `git_remote_push` function async
2 parents 9a859cc + b8b2286 commit fd6fc31

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)