Allow getting a tree entry by position

This commit is contained in:
Carlos Martín Nieto
2013-06-12 02:34:53 +02:00
parent bd44d3f6b0
commit 328b2c4b4b
6 changed files with 57 additions and 20 deletions

View File

@@ -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},