Provide geef_tree:count/1

This commit is contained in:
Carlos Martín Nieto
2013-07-24 23:55:54 +02:00
parent bed2e19ede
commit 52a6f72fef
5 changed files with 22 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ static ErlNifFunc geef_funcs[] =
{"commit_tree_id", 1, geef_commit_tree_id},
{"tree_bypath", 2, geef_tree_bypath},
{"tree_nth", 2, geef_tree_nth},
{"tree_count", 1, geef_tree_count},
{"blob_size", 1, geef_blob_size},
{"blob_content", 1, geef_blob_content},
{"tag_peel", 1, geef_tag_peel},