Add geef_commit:tree()

This commit is contained in:
Carlos Martín Nieto
2013-02-17 21:35:25 +01:00
parent 134c052f71
commit b2e366027b
6 changed files with 39 additions and 3 deletions

View File

@@ -98,6 +98,7 @@ static ErlNifFunc geef_funcs[] =
{"oid_fmt", 1, geef_oid_fmt},
{"oid_parse", 1, geef_oid_parse},
{"object_lookup", 2, geef_object_lookup},
{"commit_tree", 1, geef_commit_tree},
{"commit_tree_id", 1, geef_commit_tree_id},
};