Commit Briefs

67fd684965 Stefan Sperling

reuse existing deltas when creating pack files

tested by thomas, naddy, and myself


64a8571e12 Stefan Sperling

map raw object files into memory while packing if possible



284e766353 Stefan Sperling

remove unused internal raw object API functions


d3c116bf72 Stefan Sperling

cache raw objects in order to speed up gotadmin pack




b3d68e7f99 Stefan Sperling

implement 'gotadmin cleanup'





5aa813935b Stefan Sperling

add copyright year for files already touched in 2020


2c98ee284c Stefan Sperling

NAME_MAX does not account for a terminating NUL


56e0773df7 Stefan Sperling

convert tree entries from SIMPLEQ to an array



8aa93786da Stefan Sperling

make 'got cat' output look more like raw object files


ed17542722 Stefan Sperling

more progress on generating new tree entries


90bdb554ae Stefan Sperling

expose a static helper function as got_object_get_path()


e02fc99fa1 Stefan Sperling

move declaration of object labels to got_lib_object.h


5d56da8198 Stefan Sperling

happy new copyright year


e650241d3a Stefan Sperling

remove unused field from struct got_blob_object


ac544f8c6f Stefan Sperling

pass smallish blobs directly via imsg buffer


6e72e6a3bf Stefan Sperling

there's no point in embedding the object header in commits



ddf1c73491 Stefan Sperling

make got_object_blob_id_str() a private API