Wrap commit creation

This commit is contained in:
Carlos Martín Nieto
2013-10-18 22:25:08 +02:00
parent fd390306b3
commit 3110f37ff7
8 changed files with 228 additions and 2 deletions

View File

@@ -96,6 +96,9 @@ commit_tree_id(_Handle) ->
commit_tree(_Handle) ->
nif_error(?LINE).
commit_create(_RepoHandle, _Ref, _Author, _Committer, _Encoding, _Message, _Tree, _Parents) ->
?NIF_FN.
-spec tree_bypath(term, iolist()) -> term().
tree_bypath(_TreeHandle, _Path) ->
nif_error(?LINE).