|
33 | 33 | } |
34 | 34 | } |
35 | 35 | }, |
| 36 | + "credential": { |
| 37 | + "JsName": "TYPE", |
| 38 | + "owner": "Credential" |
| 39 | + }, |
36 | 40 | "describe_strategy": { |
37 | 41 | "ignore": true |
38 | 42 | }, |
|
106 | 110 | } |
107 | 111 | }, |
108 | 112 | "git_annotated_commit_from_ref": { |
109 | | - "return": { |
110 | | - "ownedBy": ["repo"] |
| 113 | + "args": { |
| 114 | + "out": { |
| 115 | + "ownedBy": ["repo"] |
| 116 | + } |
111 | 117 | } |
112 | 118 | }, |
113 | 119 | "git_annotated_commit_from_fetchhead": { |
114 | | - "return": { |
115 | | - "ownedBy": ["repo"] |
| 120 | + "args": { |
| 121 | + "out": { |
| 122 | + "ownedBy": ["repo"] |
| 123 | + } |
116 | 124 | } |
117 | 125 | }, |
118 | 126 | "git_annotated_commit_lookup": { |
119 | | - "return": { |
120 | | - "ownedBy": ["repo"] |
| 127 | + "args": { |
| 128 | + "out": { |
| 129 | + "ownedBy": ["repo"] |
| 130 | + } |
121 | 131 | } |
122 | 132 | }, |
123 | 133 | "git_annotated_commit_from_revspec": { |
124 | | - "return": { |
125 | | - "ownedBy": ["repo"] |
| 134 | + "args": { |
| 135 | + "out": { |
| 136 | + "ownedBy": ["repo"] |
| 137 | + } |
126 | 138 | } |
127 | 139 | } |
128 | 140 | } |
|
132 | 144 | }, |
133 | 145 | "attr": { |
134 | 146 | "functions": { |
| 147 | + "git_attr_cache_flush": { |
| 148 | + "return": { |
| 149 | + "isErrorCode": true |
| 150 | + } |
| 151 | + }, |
135 | 152 | "git_attr_foreach": { |
136 | 153 | "ignore": true |
137 | 154 | }, |
|
1066 | 1083 | } |
1067 | 1084 | } |
1068 | 1085 | }, |
1069 | | - "cred": { |
| 1086 | + "credential": { |
1070 | 1087 | "needsForwardDeclaration": false, |
1071 | 1088 | "selfFreeing": true, |
1072 | | - "cType": "git_cred", |
| 1089 | + "cType": "git_credential", |
1073 | 1090 | "fields": { |
1074 | 1091 | "free": { |
1075 | 1092 | "ignore": true |
1076 | 1093 | } |
1077 | 1094 | }, |
1078 | 1095 | "functions": { |
1079 | | - "git_cred_default_new": { |
| 1096 | + "git_credential_default_new": { |
1080 | 1097 | "isAsync": false |
1081 | 1098 | }, |
1082 | | - "git_cred_free": { |
| 1099 | + "git_credential_free": { |
1083 | 1100 | "ignore": true |
1084 | 1101 | }, |
1085 | | - "git_cred_ssh_custom_new": { |
| 1102 | + "git_credential_ssh_custom_new": { |
1086 | 1103 | "ignore": true |
1087 | 1104 | }, |
1088 | | - "git_cred_ssh_interactive_new": { |
| 1105 | + "git_credential_ssh_interactive_new": { |
1089 | 1106 | "ignore": true |
1090 | 1107 | }, |
1091 | | - "git_cred_ssh_key_from_agent": { |
| 1108 | + "git_credential_ssh_key_from_agent": { |
1092 | 1109 | "isAsync": false |
1093 | 1110 | }, |
1094 | | - "git_cred_ssh_key_new": { |
| 1111 | + "git_credential_ssh_key_new": { |
1095 | 1112 | "isAsync": false |
1096 | 1113 | }, |
1097 | | - "git_cred_userpass": { |
| 1114 | + "git_credential_userpass": { |
1098 | 1115 | "ignore": true |
1099 | 1116 | }, |
1100 | | - "git_cred_userpass_plaintext_new": { |
| 1117 | + "git_credential_userpass_plaintext_new": { |
1101 | 1118 | "isAsync": false |
1102 | 1119 | } |
1103 | 1120 | } |
1104 | 1121 | }, |
1105 | | - "cred_default": { |
| 1122 | + "credential_default": { |
1106 | 1123 | "ignore": true |
1107 | 1124 | }, |
1108 | | - "cred_ssh_custom": { |
| 1125 | + "credential_ssh_custom": { |
1109 | 1126 | "ignore": true |
1110 | 1127 | }, |
1111 | | - "cred_ssh_interactive": { |
| 1128 | + "credential_ssh_interactive": { |
1112 | 1129 | "ignore": true |
1113 | 1130 | }, |
1114 | | - "cred_ssh_key": { |
| 1131 | + "credential_ssh_key": { |
1115 | 1132 | "ignore": true |
1116 | 1133 | }, |
1117 | | - "cred_username": { |
| 1134 | + "credential_username": { |
1118 | 1135 | "ignore": true |
1119 | 1136 | }, |
1120 | | - "cred_userpass_payload": { |
| 1137 | + "credential_userpass_payload": { |
1121 | 1138 | "ignore": true |
1122 | 1139 | }, |
1123 | | - "cred_userpass_plaintext": { |
| 1140 | + "credential_userpass_plaintext": { |
1124 | 1141 | "ignore": true |
1125 | 1142 | }, |
1126 | 1143 | "describe": { |
|
1996 | 2013 | "git_index_name_clear": { |
1997 | 2014 | "cppFunctionName": "Clear", |
1998 | 2015 | "jsFunctionName": "clear", |
1999 | | - "isAsync": true |
| 2016 | + "isAsync": true, |
| 2017 | + "return": { |
| 2018 | + "isErrorCode": true |
| 2019 | + } |
2000 | 2020 | }, |
2001 | 2021 | "git_index_name_entrycount": { |
2002 | 2022 | "cppFunctionName": "Entrycount", |
|
2031 | 2051 | "cppFunctionName": "Clear", |
2032 | 2052 | "jsFunctionName": "clear", |
2033 | 2053 | "isAsync": true, |
2034 | | - "isPrototypeMethod": false |
| 2054 | + "isPrototypeMethod": false, |
| 2055 | + "return": { |
| 2056 | + "isErrorCode": true |
| 2057 | + } |
2035 | 2058 | }, |
2036 | 2059 | "git_index_reuc_entrycount": { |
2037 | 2060 | "cppFunctionName": "Entrycount", |
|
2571 | 2594 | "shouldAlloc": true, |
2572 | 2595 | "functions": { |
2573 | 2596 | "git_oid_cpy": { |
| 2597 | + "isAsync": false, |
2574 | 2598 | "args": { |
| 2599 | + "src": { |
| 2600 | + "shouldAlloc": false |
| 2601 | + }, |
2575 | 2602 | "out": { |
2576 | 2603 | "isReturn": true |
2577 | 2604 | } |
| 2605 | + }, |
| 2606 | + "return": { |
| 2607 | + "isErrorCode": true |
2578 | 2608 | } |
2579 | 2609 | }, |
2580 | 2610 | "git_oid_fmt": { |
|
2707 | 2737 | }, |
2708 | 2738 | "git_patch_from_diff": { |
2709 | 2739 | "isAsync": true, |
2710 | | - "return": { |
2711 | | - "ownedBy": ["diff"] |
| 2740 | + "args": { |
| 2741 | + "out": { |
| 2742 | + "ownedBy": ["diff"] |
| 2743 | + } |
2712 | 2744 | } |
2713 | 2745 | }, |
2714 | 2746 | "git_patch_get_delta": { |
|
3203 | 3235 | } |
3204 | 3236 | }, |
3205 | 3237 | "git_remote_disconnect": { |
3206 | | - "isAsync": true |
| 3238 | + "isAsync": true, |
| 3239 | + "return": { |
| 3240 | + "isErrorCode": true |
| 3241 | + } |
3207 | 3242 | }, |
3208 | 3243 | "git_remote_download": { |
3209 | 3244 | "args": { |
|
3408 | 3443 | ], |
3409 | 3444 | "functions": { |
3410 | 3445 | "git_repository__cleanup": { |
3411 | | - "isAsync": true |
| 3446 | + "isAsync": true, |
| 3447 | + "return": { |
| 3448 | + "isErrorCode": true |
| 3449 | + } |
3412 | 3450 | }, |
3413 | 3451 | "git_repository_config": { |
3414 | 3452 | "args": { |
|
3525 | 3563 | "index": { |
3526 | 3564 | "isOptional": true |
3527 | 3565 | } |
| 3566 | + }, |
| 3567 | + "return": { |
| 3568 | + "isErrorCode": true |
3528 | 3569 | } |
3529 | 3570 | }, |
3530 | 3571 | "git_repository_set_odb": { |
|
4321 | 4362 | "treebuilder": { |
4322 | 4363 | "selfFreeing": true, |
4323 | 4364 | "functions": { |
| 4365 | + "git_treebuilder_clear": { |
| 4366 | + "return": { |
| 4367 | + "isErrorCode": true |
| 4368 | + } |
| 4369 | + }, |
4324 | 4370 | "git_treebuilder_filter": { |
4325 | 4371 | "ignore": true |
4326 | 4372 | }, |
|
0 commit comments