• Show log

    Commit

  • Hash : 7e4f56a5
    Author : Vicent Marti
    Date : 2010-08-06T18:37:59

    Add packfile reading
    
    Packed objects inside packfiles are now properly unpacked when calling
    the git_odb__read_packed() method; delta'ed objects are also properly
    generated when needed.
    
    A new unit test 0204-readpack tries to read a couple hundred packed
    objects from a standard packed repository.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>