Skip to content

Commit da70727

Browse files
committed
feat: add git_diff_blobs function
1 parent 81de5a8 commit da70727

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

generate/input/descriptor.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,10 +1221,42 @@
12211221
"return": {
12221222
"isErrorCode": true
12231223
},
1224-
"isAsync": true
1224+
"isAsync": true
12251225
},
12261226
"git_diff_blobs": {
1227-
"ignore": true
1227+
"args": {
1228+
"old_blob" : {
1229+
"isOptional": true
1230+
},
1231+
"old_as_path" : {
1232+
"isOptional": true
1233+
},
1234+
"new_blob" : {
1235+
"isOptional": true
1236+
},
1237+
"new_as_path" : {
1238+
"isOptional": true
1239+
},
1240+
"options" : {
1241+
"isOptional": true
1242+
},
1243+
"file_cb" : {
1244+
"isOptional": true
1245+
},
1246+
"binary_cb": {
1247+
"isOptional": true
1248+
},
1249+
"hunk_cb" : {
1250+
"isOptional": true
1251+
},
1252+
"line_cb" : {
1253+
"isOptional": true
1254+
}
1255+
},
1256+
"return": {
1257+
"isErrorCode": true
1258+
},
1259+
"isAsync": true
12281260
},
12291261
"git_diff_buffers": {
12301262
"ignore": true

0 commit comments

Comments
 (0)