Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump libgit2 to latest fork of master
  • Loading branch information
implausible committed Sep 13, 2019
commit 0ff64700a7e5234a55b6aa50c8ca58020bd60108
44 changes: 44 additions & 0 deletions generate/input/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
"JsName": "STATES",
"isMask": false
},
"blob_filter_flag": {
"values": {
"GIT_BLOB_FILTER_CHECK_FOR_BINARY": {
"JsName": "CHECK_FOR_BINARY"
},
"GIT_BLOB_FILTER_NO_SYSTEM_ATTRIBUTES": {
"JsName": "NO_SYSTEM_ATTRIBUTES"
},
"GIT_BLOB_FILTER_ATTTRIBUTES_FROM_HEAD": {
"JsName": "ATTTRIBUTES_FROM_HEAD"
}
}
},
"branch": {
"JsName": "BRANCH",
"isMask": false
Expand Down Expand Up @@ -249,6 +262,34 @@
"git_blob_create_from_stream_commit": {
"ignore": true
},
"git_blob_filter": {
"isAsync": true,
"isPrototypeMethod": true,
"args": {
"out": {
"isReturn": true,
"cppClassName": "GitBuf",
"jsClassName": "Buffer",
"shouldAlloc": true
},
"blob": {
"cppClassName": "GitBlob",
"jsClassName": "Blob",
"isSelf": true
},
"as_path": {
"cppClassName": "String",
"jsClassName": "String",
"cType": "const char *"
},
"opts": {
"isOptional": true
}
},
"return": {
"isErrorCode": true
}
},
"git_blob_filtered_content": {
"isAsync": true,
"isPrototypeMethod": false,
Expand Down Expand Up @@ -300,6 +341,9 @@
"node_buffer.h"
]
},
"blob_filter_options": {
"hasConstructor": true
},
"branch": {
"functions": {
"git_branch_create": {
Expand Down
Loading