Skip to content

Commit 32f0357

Browse files
committed
Support latest libgit2 v0.21.0
1 parent d5e1a03 commit 32f0357

File tree

5 files changed

+28584
-18
lines changed

5 files changed

+28584
-18
lines changed

generate/descriptor.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,12 @@
132132

133133
"git_commit_author": {
134134
"ignore": false,
135-
"args": [{ "isSelf": true }],
136-
"return": {
137-
"copy": "git_signature_dup"
138-
}
135+
"args": [{ "isSelf": true }]
139136
},
140137

141138
"git_commit_committer": {
142139
"ignore": false,
143-
"args": [{ "isSelf": true }],
144-
"return": {
145-
"copy": "git_signature_dup"
146-
}
140+
"args": [{ "isSelf": true }]
147141
},
148142

149143
"git_commit_parentcount": {
@@ -335,10 +329,6 @@
335329
"name": "interhunk_lines",
336330
"cType": "uint16_t"
337331
},
338-
{
339-
"name": "oid_abbrev",
340-
"cType": "uint16_t"
341-
},
342332
{
343333
"name": "max_size",
344334
"cType": "git_off_t"

generate/templates/class.cc.ejs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ extern "C" {
3232
}
3333

3434
#include "../include/functions/copy.h"
35-
3635
#include "../include/<%= filename %>"
3736
<% if (typeof dependencies != 'undefined') { -%>
3837
<% for (d in dependencies) { -%>

0 commit comments

Comments
 (0)