• Show log

    Commit

  • Hash : 27df4275
    Author : schu
    Date : 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>