Add tag-peeling support

This commit is contained in:
Carlos Martín Nieto
2013-05-30 03:39:51 +02:00
parent f410083711
commit 0e644be825
5 changed files with 69 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#include "commit.h"
#include "tree.h"
#include "blob.h"
#include "tag.h"
#include "library.h"
#include "revwalk.h"
#include "index.h"
@@ -162,6 +163,7 @@ static ErlNifFunc geef_funcs[] =
{"tree_bypath", 2, geef_tree_bypath},
{"blob_size", 1, geef_blob_size},
{"blob_content", 1, geef_blob_content},
{"tag_peel", 1, geef_tag_peel},
{"library_version", 0, geef_library_version},
{"revwalk_new", 1, geef_revwalk_new},
{"revwalk_push", 3, geef_revwalk_push},