Skip to content

Commit 89af802

Browse files
author
John Haley
committed
Add git_stash_save to the supplement
1 parent c006787 commit 89af802

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

generate/input/libgit2-supplement.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,36 @@
141141
"type": "int"
142142
},
143143
"group": "reset"
144+
},
145+
"git_stash_save": {
146+
"type": "function",
147+
"file": "stash.h",
148+
"args": [
149+
{
150+
"name": "out",
151+
"type": "git_oid *"
152+
},
153+
{
154+
"name": "repo",
155+
"type": "git_repository *"
156+
},
157+
{
158+
"name": "stasher",
159+
"type": "const git_signature *"
160+
},
161+
{
162+
"name": "message",
163+
"type": "const char *"
164+
},
165+
{
166+
"name": "flags",
167+
"type": "unsigned int"
168+
}
169+
],
170+
"return": {
171+
"type": "int"
172+
},
173+
"group": "stash"
144174
}
145175
},
146176
"groups": [
@@ -470,6 +500,9 @@
470500
"groups": {
471501
"reset": [
472502
"git_reset"
503+
],
504+
"stash": [
505+
"git_stash_save"
473506
]
474507
}
475508
}

0 commit comments

Comments
 (0)