Commit 7e4f56a5bb4a87cd9537821ba4ccd1f642481a0a

Vicent Marti 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>