We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e0ffc commit d0ce712Copy full SHA for d0ce712
1 file changed
generate/input/libgit2-supplement.json
@@ -108,6 +108,28 @@
108
},
109
"new" : {
110
"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
133
"git_reset": {
134
"type": "function",
135
"file": "reset.h",
@@ -498,6 +520,9 @@
498
520
}
499
521
500
522
"groups": {
523
+ "rebase": [
524
+ "git_rebase_next"
525
501
526
"reset": [
502
527
"git_reset"
503
528
],
0 commit comments