Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
83 changes: 68 additions & 15 deletions 83 generate/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,25 @@
}
},

"buffer": {
"buf": {
"cType": "git_buf",

"functions": {
"git_buf_free": {
"ignore": true,
"args": [{ "shouldAlloc": true }]
},

"git_buf_grow": {
"ignore": false,
"args": [{ "shouldAlloc": true }]
},

"git_buf_set": {
"ignore": false,
"args": [{ "shouldAlloc": true }]
}
}
},

"checkout": {
Expand Down Expand Up @@ -222,6 +240,47 @@
"fields": []
},

"cherrypick": {
"cType": "git_commit",
"altType": "git_cherry_pick",
"trim": false,

"dependencies": [
"../include/cherry_pick_options.h",
"../include/merge_options.h",
"../include/index.h",
"../include/repository.h",
"../include/commit.h"
],

"functions": {
"git_cherry_pick": {
"ignore": false
},

"git_cherry_pick_commit": {
"ignore": false
},

"git_cherry_pick_init_options": {
"ignore": false
}
}
},

"cherry_pick_options": {
"cType": "git_cherry_pick_options",
"isStruct": true,

"dependencies": [
"../include/functions/copy.h",
"../include/cherry_pick_options.h",
"../include/checkout_options.h"
],

"fields": []
},

"clone": {
"cType": null,
"trim": false,
Expand Down Expand Up @@ -361,10 +420,6 @@
}
},

"common": {
"cType": null
},

"config": {
},

Expand Down Expand Up @@ -583,8 +638,9 @@
]
},

"errors": {
"cType": null
"error": {
"cType": "git_error",
"altType": "giterr"
},

"filter": {
Expand Down Expand Up @@ -614,6 +670,11 @@
"cType": null
},

"merge_options": {
"cType": "git_merge_options",
"isStruct": true
},

"message": {
"cType": null
},
Expand Down Expand Up @@ -1005,14 +1066,6 @@
"cType": null
},

"stdint": {
"cType": null
},

"stdarray": {
"cType": null
},

"strarray": {
"cType": "git_strarray"
},
Expand Down
161 changes: 161 additions & 0 deletions 161 generate/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@
"js": "rrLast"
},
"const git_error *": {
"cpp": "GitError",
"js": "Error"
},
"giterr_clear": {
Expand Down Expand Up @@ -9251,5 +9252,165 @@
"const git_blame_init_options *": {
"cpp": "InitOptions",
"js": "initOptions"
},
"git_buf": {
"cpp": "GitBuf",
"js": "Buf"
},
"git_buf **": {
"cpp": "GitBuf",
"js": "Buf"
},
"git_buf *": {
"cpp": "GitBuf",
"js": "Buf"
},
"const git_buf **": {
"cpp": "GitBuf",
"js": "Buf"
},
"const git_buf *": {
"cpp": "GitBuf",
"js": "Buf"
},
"git_cherry": {
"cpp": "GitCherry",
"js": "Cherry"
},
"git_cherry **": {
"cpp": "GitCherry",
"js": "Cherry"
},
"git_cherry *": {
"cpp": "GitCherry",
"js": "Cherry"
},
"const git_cherry **": {
"cpp": "GitCherry",
"js": "Cherry"
},
"const git_cherry *": {
"cpp": "GitCherry",
"js": "Cherry"
},
"git_cherry_pick_options": {
"cpp": "GitCherryPickOptions",
"js": "CherryPickOptions"
},
"git_cherry_pick_options **": {
"cpp": "GitCherryPickOptions",
"js": "CherryPickOptions"
},
"git_cherry_pick_options *": {
"cpp": "GitCherryPickOptions",
"js": "CherryPickOptions"
},
"const git_cherry_pick_options **": {
"cpp": "GitCherryPickOptions",
"js": "CherryPickOptions"
},
"const git_cherry_pick_options *": {
"cpp": "GitCherryPickOptions",
"js": "CherryPickOptions"
},
"git_merge_options": {
"cpp": "GitMergeOptions",
"js": "MergeOptions"
},
"git_merge_options **": {
"cpp": "GitMergeOptions",
"js": "MergeOptions"
},
"git_merge_options *": {
"cpp": "GitMergeOptions",
"js": "MergeOptions"
},
"const git_merge_options **": {
"cpp": "GitMergeOptions",
"js": "MergeOptions"
},
"const git_merge_options *": {
"cpp": "GitMergeOptions",
"js": "MergeOptions"
},
"git_error": {
"cpp": "GitError",
"js": "Error"
},
"git_error **": {
"cpp": "GitError",
"js": "Error"
},
"git_error *": {
"cpp": "GitError",
"js": "Error"
},
"const git_error **": {
"cpp": "GitError",
"js": "Error"
},
"git_cherry_pick": {
"cpp": "CherryPick",
"js": "cherryPick"
},
"git_cherry_pick **": {
"cpp": "GitCherryPick",
"js": "CherryPick"
},
"git_cherry_pick *": {
"cpp": "CherryPick",
"js": "cherryPick"
},
"const git_cherry_pick **": {
"cpp": "GitCherryPick",
"js": "CherryPick"
},
"const git_cherry_pick *": {
"cpp": "CherryPick",
"js": "cherryPick"
},
"git_cherrypick": {
"cpp": "GitCherrypick",
"js": "Cherrypick"
},
"git_cherrypick **": {
"cpp": "GitCherrypick",
"js": "Cherrypick"
},
"git_cherrypick *": {
"cpp": "GitCherrypick",
"js": "Cherrypick"
},
"const git_cherrypick **": {
"cpp": "GitCherrypick",
"js": "Cherrypick"
},
"const git_cherrypick *": {
"cpp": "GitCherrypick",
"js": "Cherrypick"
},
"git_cherry_pick_init_options": {
"cpp": "CherryPickInitOptions",
"js": "cherryPickInitOptions"
},
"git_cherry_pick_init_options *": {
"cpp": "CherryPickInitOptions",
"js": "cherryPickInitOptions"
},
"const git_cherry_pick_init_options *": {
"cpp": "CherryPickInitOptions",
"js": "cherryPickInitOptions"
},
"git_cherry_pick_commit": {
"cpp": "CherryPickCommit",
"js": "cherryPickCommit"
},
"git_cherry_pick_commit *": {
"cpp": "CherryPickCommit",
"js": "cherryPickCommit"
},
"const git_cherry_pick_commit *": {
"cpp": "CherryPickCommit",
"js": "cherryPickCommit"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.