Commit Briefs

Thomas Adam

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@


Thomas Adam

reuse existing deltas when creating pack files

tested by thomas, naddy, and myself










Stefan Sperling

introduce got_object_idset_remove_random()







Stefan Sperling

add an object id set data structure