Commits


add a -q option to tests for quiet output and use it for 'make regress' Previous default output remains when test cases are run individually. ok tracey


fix idset_test build broken in 2256993b27260cd7860c34b47751dff21a7083a8


avoid dependency on delta.o in binaries which don't need it


make regress build again


implement got_ref_write()


make 'got update' merge file edits


remove the pathset abstraction again; replaced by RB tree


properly remove empty directories left behind during updates


remove object_idcache; use object_idset instead


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


add a Makefile hierarchy which builds the whole show


move object parsing code into a separate file


rename zbuf to inflate


add an object id cache which backs the object cache


tests for object id sets