Skip to content

Commit a9057c0

Browse files
committed
Remove git_commit_tree which duplicates commit.getTree()
The custom commit.getTree() function does the exact same thing as the C function git_commit_tree. The C function should be ignored as the currently generated code requires a pointer to be passed into the function. The custom commit.getTree() function is more user-friendly and is an API that JavaScript developers would expect.
1 parent d847093 commit a9057c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generate/input/descriptor.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@
455455
"ownedByThis": true
456456
}
457457
},
458+
"git_commit_tree": {
459+
"ignore": true
460+
},
458461
"git_commit_tree_id": {
459462
"return": {
460463
"ownedByThis": true

0 commit comments

Comments
 (0)