Commit 27df4275f2b3301f117f538929f51f0e86f9f716

schu 2011-06-28T14:13:12

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>