Commit Briefs



9b6578d818 Stefan Sperling

make regress build again


9e672c7443 Stefan Sperling

implement got_ref_write()


6353ad76e4 Stefan Sperling

make 'got update' merge file edits


25a58941e2 Stefan Sperling

remove the pathset abstraction again; replaced by RB tree



f054b67ad0 Stefan Sperling

remove object_idcache; use object_idset instead


6bef87be90 Stefan Sperling

move object cache out of repository.c to its own file


079b2f6564 Stefan Sperling

add a Makefile hierarchy which builds the whole show


a440fac05e Stefan Sperling

move object parsing code into a separate file


6358180434 Stefan Sperling

rename zbuf to inflate


eb77ee116a Stefan Sperling

add an object id cache which backs the object cache


ddb547b4ba Stefan Sperling

tests for object id sets