• Show log

    Commit

  • Hash : 87d3acf4
    Author : Vicent Marti
    Date : 2011-02-27T22:31:43

    Finish the References API
    
    The following methods have been implemented:
    
    	git_reference_packall
    	git_reference_rename
    	git_reference_delete
    
    The library now has full support for packed references, including
    partial and total writing. Internal documentation has been updated with
    the details.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>