Skip to content

Commit

Permalink
Support latest libgit2 v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Jul 17, 2014
1 parent d5e1a03 commit 32f0357
Show file tree
Hide file tree
Showing 5 changed files with 28,584 additions and 18 deletions.
14 changes: 2 additions & 12 deletions generate/descriptor.json
Expand Up @@ -132,18 +132,12 @@

"git_commit_author": {
"ignore": false,
"args": [{ "isSelf": true }],
"return": {
"copy": "git_signature_dup"
}
"args": [{ "isSelf": true }]
},

"git_commit_committer": {
"ignore": false,
"args": [{ "isSelf": true }],
"return": {
"copy": "git_signature_dup"
}
"args": [{ "isSelf": true }]
},

"git_commit_parentcount": {
Expand Down Expand Up @@ -335,10 +329,6 @@
"name": "interhunk_lines",
"cType": "uint16_t"
},
{
"name": "oid_abbrev",
"cType": "uint16_t"
},
{
"name": "max_size",
"cType": "git_off_t"
Expand Down
1 change: 0 additions & 1 deletion generate/templates/class.cc.ejs
Expand Up @@ -32,7 +32,6 @@ extern "C" {
}

#include "../include/functions/copy.h"

#include "../include/<%= filename %>"
<% if (typeof dependencies != 'undefined') { -%>
<% for (d in dependencies) { -%>
Expand Down

0 comments on commit 32f0357

Please sign in to comment.