Commit Briefs

Stefan Sperling

reimplement object-ID set data structure on top of a hash table

Siphash suggested by jrick as a better alternative to murmurhash for this use case. with small fixes from and ok op@


Stefan Sperling

reuse existing deltas when creating pack files

tested by thomas, naddy, and myself










Stefan Sperling

introduce got_object_idset_remove_random()