Skip to content

Commit c006787

Browse files
author
John Haley
committed
Enable git_stash_foreach
1 parent f2b007d commit c006787

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

generate/input/callbacks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
},
425425
{
426426
"name": "stash_id",
427-
"cType": "const int *"
427+
"cType": "const git_oid *"
428428
},
429429
{
430430
"name": "payload",

generate/input/descriptor.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,10 @@
15641564
"stash": {
15651565
"functions": {
15661566
"git_stash_foreach": {
1567-
"ignore": true
1567+
"isAsync": true,
1568+
"return": {
1569+
"isErrorCode": true
1570+
}
15681571
}
15691572
}
15701573
},

0 commit comments

Comments
 (0)