Basic reflog support
For now it simply includes reading in the reflog as a list of entries. This does mean that the drop/append functions don't need to be wrapped, as we can use erlang's list handling. It however also means that we cannot write this back out, as there is currently no way to create an empty reflog that we can fill with our own list.
This commit is contained in:
@@ -23,6 +23,7 @@ typedef struct {
|
||||
ERL_NIF_TERM timesort;
|
||||
ERL_NIF_TERM reversesort;
|
||||
ERL_NIF_TERM iterover;
|
||||
ERL_NIF_TERM reflog_entry;
|
||||
|
||||
ERL_NIF_TERM enomem;
|
||||
ERL_NIF_TERM eunknown;
|
||||
|
||||
Reference in New Issue
Block a user