Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add git_rebase_next to libgit2-supplement.json
  • Loading branch information
jdgarcia committed May 14, 2015
commit d0ce712766f259e08f48025ca39ca441ecb56ee8
25 changes: 25 additions & 0 deletions generate/input/libgit2-supplement.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,28 @@
},
"new" : {
"functions": {
"git_rebase_next": {
"type": "function",
"file": "rebase.h",
"args": [
{
"name": "out",
"type": "git_rebase_operation **"
},
{
"name": "rebase",
"type": "git_rebase *"
},
{
"name": "checkout_opts",
"type": "git_checkout_options *"
}
],
"return": {
"type": "int"
},
"group": "rebase"
},
"git_reset": {
"type": "function",
"file": "reset.h",
Expand Down Expand Up @@ -498,6 +520,9 @@
}
},
"groups": {
"rebase": [
"git_rebase_next"
],
"reset": [
"git_reset"
],
Expand Down