reflog: add API to read or write a reference log
So far libgit2 didn't support reference logs (reflog). Add a new git_reflog_* API for basic reading and writing of reflogs: * git_reflog_read * git_reflog_write * git_reflog_free Signed-off-by: schu <schu-github@schulog.org>
Showing
include/git2/reflog.h
0 → 100644
src/reflog.c
0 → 100644
src/reflog.h
0 → 100644
Please
register
or
sign in
to comment