Commit a9057c0
committed
Remove
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.git_commit_tree which duplicates commit.getTree()
1 parent d847093 commit a9057c0
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
458 | 461 | | |
459 | 462 | | |
460 | 463 | | |
| |||
0 commit comments