Skip to content

Commit 7c21ef5

Browse files
author
John Haley
committed
Make Commit.create async
Creating a commit should be an async action, this makes it so.
1 parent 83e55e2 commit 7c21ef5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

generate/input/descriptor.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,17 +416,21 @@
416416
"update_ref": {
417417
"isOptional": true
418418
}
419+
},
420+
"isAsync": true,
421+
"return": {
422+
"isErrorCode": true
419423
}
420424
},
421-
"git_commit_create_buffer": {
422-
"ignore": true
423-
},
424425
"git_commit_create_from_callback": {
425426
"ignore": true
426427
},
427428
"git_commit_create_from_ids": {
428429
"ignore": true
429430
},
431+
"git_commit_create_from_v": {
432+
"ignore": true
433+
},
430434
"git_commit_extract_signature": {
431435
"ignore": true
432436
},

0 commit comments

Comments
 (0)