File tree Expand file tree Collapse file tree 5 files changed +28584
-18
lines changed Expand file tree Collapse file tree 5 files changed +28584
-18
lines changed Original file line number Diff line number Diff line change 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" : {
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"
Original file line number Diff line number Diff 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) { -% >
You can’t perform that action at this time.
0 commit comments