Commits


don't leak objects which can't be cached


remove unused include in got-read-pack


fix some leaks in got-read-pack


make got-read-pack actually use its object cache


replace got_pack_get_packfile_size() with simple fstat()


suggest a better interim workflow in got.1


stat .idx file to determine its size, not the .pack file


add a test for 'got commit' with a conflicted file


got_opentemp_named: include path in error message


document an idea which might speed up processing of deltas


improve documentation of got log -b


rename got log's -f option to -b


add examples for 'got log' in got.1


extend got.1 EXAMPLES section


improve wording of an error message


inform the user when switching branches


add cache debug output for too large elements


don't cache objects larger than 1MB


fix got_error_from_errno() arguments in inflate.c


set_max_datasize() should be a static function


no need to zero memory in got_inflate_to_mem_mmap()


no need to zero memory in got_inflate_to_mem_fd()


add a TODO item


increase GOT_INFLATE_BUFSIZE (trades memory usage for speed)


no need to zero memory in got_inflate_to_mem()