Skip to content

Commit 042c821

Browse files
committed
remove partial-stash supplement definitions
this has been upstreamed
1 parent 9691cf0 commit 042c821

File tree

1 file changed

+0
-112
lines changed

1 file changed

+0
-112
lines changed

generate/input/libgit2-supplement.json

Lines changed: 0 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,44 +1014,6 @@
10141014
},
10151015
"group": "status_list"
10161016
},
1017-
"git_stash_save_options_init": {
1018-
"file": "git2/stash.h",
1019-
"args": [
1020-
{
1021-
"name": "opts",
1022-
"type": "git_stash_save_options *"
1023-
},
1024-
{
1025-
"name": "version",
1026-
"type": "unsigned int"
1027-
}
1028-
],
1029-
"return": {
1030-
"type": "int"
1031-
},
1032-
"group": "stash"
1033-
},
1034-
"git_stash_save_with_opts": {
1035-
"file": "git2/stash.h",
1036-
"args": [
1037-
{
1038-
"name": "out",
1039-
"type": "git_oid *"
1040-
},
1041-
{
1042-
"name": "repo",
1043-
"type": "git_repository *"
1044-
},
1045-
{
1046-
"name": "opts",
1047-
"type": "git_stash_save_options *"
1048-
}
1049-
],
1050-
"return": {
1051-
"type": "int"
1052-
},
1053-
"group": "stash"
1054-
},
10551017
"git_tree_get_all_filepaths": {
10561018
"args": [
10571019
{
@@ -1278,13 +1240,6 @@
12781240
"git_revwalk_file_history_walk"
12791241
]
12801242
],
1281-
[
1282-
"stash",
1283-
[
1284-
"git_stash_save_options_init",
1285-
"git_stash_save_with_opts"
1286-
]
1287-
],
12881243
[
12891244
"status_list",
12901245
[
@@ -1899,73 +1854,6 @@
18991854
}
19001855
}
19011856
],
1902-
[
1903-
"git_stash_flags",
1904-
{
1905-
"type": "enum",
1906-
"fields": [
1907-
{
1908-
"type": "unsigned int",
1909-
"name": "GIT_STASH_DEFAULT",
1910-
"value": 0
1911-
},
1912-
{
1913-
"type": "unsigned int",
1914-
"name": "GIT_STASH_KEEP_INDEX",
1915-
"value": 1
1916-
},
1917-
{
1918-
"type": "unsigned int",
1919-
"name": "GIT_STASH_INCLUDE_UNTRACKED",
1920-
"value": 2
1921-
},
1922-
{
1923-
"type": "unsigned int",
1924-
"name": "GIT_STASH_INCLUDE_IGNORED",
1925-
"value": 4
1926-
},
1927-
{
1928-
"type": "unsigned int",
1929-
"name": "GIT_STASH_KEEP_ALL",
1930-
"value": 8
1931-
}
1932-
]
1933-
}
1934-
],
1935-
[
1936-
"git_stash_save_options",
1937-
{
1938-
"type": "struct",
1939-
"fields": [
1940-
{
1941-
"type": "unsigned int",
1942-
"name": "version"
1943-
},
1944-
{
1945-
"type": "const git_signature *",
1946-
"name": "stasher"
1947-
},
1948-
{
1949-
"type": "const char *",
1950-
"name": "message"
1951-
},
1952-
{
1953-
"type": "uint32_t",
1954-
"name": "flags"
1955-
},
1956-
{
1957-
"type": "git_strarray",
1958-
"name": "paths"
1959-
}
1960-
],
1961-
"used": {
1962-
"needs": [
1963-
"git_stash_save_with_opts",
1964-
"git_stash_save_options_init"
1965-
]
1966-
}
1967-
}
1968-
],
19691857
[
19701858
"git_status_options",
19711859
{

0 commit comments

Comments
 (0)