Commit Briefs

Stefan Sperling

store deltas in compressed form while packing, both in memory and cache file

This reduces memory and disk space consumption during packing. with tweaks + memleak on error fix from op@ ok op@


Stefan Sperling

inline struct got_object_id in struct got_object_qid

Saves us from doing a malloc/free call for every item on the list. ok op@


Stefan Sperling

reuse existing deltas when creating pack files

tested by thomas, naddy, and myself








Stefan Sperling

implement 'gotadmin cleanup'













Stefan Sperling

happy new copyright year