Skip to content

Commit d0ce712

Browse files
committed
add git_rebase_next to libgit2-supplement.json
1 parent 10e0ffc commit d0ce712

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

generate/input/libgit2-supplement.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,28 @@
108108
},
109109
"new" : {
110110
"functions": {
111+
"git_rebase_next": {
112+
"type": "function",
113+
"file": "rebase.h",
114+
"args": [
115+
{
116+
"name": "out",
117+
"type": "git_rebase_operation **"
118+
},
119+
{
120+
"name": "rebase",
121+
"type": "git_rebase *"
122+
},
123+
{
124+
"name": "checkout_opts",
125+
"type": "git_checkout_options *"
126+
}
127+
],
128+
"return": {
129+
"type": "int"
130+
},
131+
"group": "rebase"
132+
},
111133
"git_reset": {
112134
"type": "function",
113135
"file": "reset.h",
@@ -498,6 +520,9 @@
498520
}
499521
},
500522
"groups": {
523+
"rebase": [
524+
"git_rebase_next"
525+
],
501526
"reset": [
502527
"git_reset"
503528
],

0 commit comments

Comments
 (0)