Skip to content

Commit 193c628

Browse files
committed
Bump Libgit2 to 1.1.0 (on current head of libgit2)
1 parent 620e0b1 commit 193c628

File tree

13 files changed

+1585
-979
lines changed

13 files changed

+1585
-979
lines changed

generate/input/descriptor.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
"JsName": "TYPE",
8383
"isMask": false
8484
},
85+
"revspec": {
86+
"JsName": "TYPE",
87+
"isMask": false
88+
},
8589
"sort": {
8690
"owner": "Revwalk"
8791
},
@@ -307,6 +311,9 @@
307311
"isErrorCode": true
308312
}
309313
},
314+
"git_blob_filter_options_init": {
315+
"ignore": true
316+
},
310317
"git_blob_filtered_content": {
311318
"isAsync": true,
312319
"isPrototypeMethod": false,
@@ -2728,6 +2735,10 @@
27282735
"dependencies": [
27292736
"../include/convenient_patch.h"
27302737
],
2738+
"ownerFn": {
2739+
"name": "git_patch_owner",
2740+
"singletonCppClassName": "GitRepository"
2741+
},
27312742
"functions": {
27322743
"git_patch_free": {
27332744
"ignore": true
@@ -3672,9 +3683,6 @@
36723683
}
36733684
}
36743685
},
3675-
"revspec": {
3676-
"ignore": true
3677-
},
36783686
"revwalk": {
36793687
"selfFreeing": true,
36803688
"ownerFn": {
@@ -3881,7 +3889,11 @@
38813889
},
38823890
"strarray": {
38833891
"selfFreeing": true,
3892+
"freeFunctionName": "git_strarray_dispose",
38843893
"functions": {
3894+
"git_strarray_dispose": {
3895+
"ignore": true
3896+
},
38853897
"git_strarray_free": {
38863898
"ignore": true
38873899
}

0 commit comments

Comments
 (0)