Simple version of index_add

This commit is contained in:
Carlos Martín Nieto
2013-05-03 14:05:00 +02:00
parent a5bbfa681b
commit 3f4d51c0e1
8 changed files with 82 additions and 30 deletions

View File

@@ -4,6 +4,7 @@
-record(revwalk, {handle}).
-record(oid, {oid}).
-record(object, {type :: atom(), handle}).
-record(index_entry, {mode, id :: oid(), path :: iolist()}).
-type ref() :: #ref{}.
-type repo() :: #repo{}.
@@ -11,3 +12,4 @@
-type odb() :: #odb{}.
-type oid() :: #oid{}.
-type object() :: #object{}.
-type index_entry() :: #index_entry{}.