Allow getting a tree entry by position
This commit is contained in:
@@ -163,6 +163,7 @@ static ErlNifFunc geef_funcs[] =
|
||||
{"commit_tree", 1, geef_commit_tree},
|
||||
{"commit_tree_id", 1, geef_commit_tree_id},
|
||||
{"tree_bypath", 2, geef_tree_bypath},
|
||||
{"tree_nth", 2, geef_tree_nth},
|
||||
{"blob_size", 1, geef_blob_size},
|
||||
{"blob_content", 1, geef_blob_content},
|
||||
{"tag_peel", 1, geef_tag_peel},
|
||||
|
||||
Reference in New Issue
Block a user