• Show log

    Commit

  • Hash : ec25391d
    Author : Vicent Marti
    Date : 2010-10-07T00:20:08

    Add write-back support for Tag files
    
    Tag files can now be created and modified in-memory (all the setter
    methods have been implemented), and written back to disk using the
    generic git_object_write() method.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>