Commit Briefs


cb103d042c Stefan Sperling

allow got_object_idset_for_each() to return an error


f054b67ad0 Stefan Sperling

remove object_idcache; use object_idset instead


507aef8f8e Stefan Sperling

no need to zero object cache entries during allocation


d83eb5cd1c Stefan Sperling

make id cache eviction more efficient



9185b86391 Stefan Sperling

tree cache size can be reduced without harmful effects





05e1230b0e Stefan Sperling

rename got_commit_object_mini to got_mini_commit_object


e32baab7e1 Stefan Sperling

add an object cache for mini commits



221e79cddd Stefan Sperling

count object cache searches


f4081577c6 Stefan Sperling

add a Makefile.inc knob which enables cache debug output


7cf5e9c21a Stefan Sperling

show process name in cache stats debug output


315fa2b2ac Stefan Sperling

count cache eviction events in cache debug stats



6bef87be90 Stefan Sperling

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