Commits


fix git repository detection segv bug


fix commit graph iteration again; second entry was omitted


fix commit graph iteration with just one iter-list entry


fix previous: last entry returned by graph iteration was duplicated


make commit graph skip no-op branches and fix iter-list management


typos


count object cache searches


eliminate redundant cache search in got_object_open_as_tree()


eliminate redundant cache search in got_object_open_as_commit()


check caches first in got_object_open_as_{tree,commit}()


speed up object id cache by using multiple lists


search pack index before doing a stat for loose objects


avoid strdup in got_object_id_by_path() and got_object_tree_path_changed()


make object caching actually work in got-read-pack


add a Makefile.inc knob which enables cache debug output


show process name in cache stats debug output


fix leaked trees in got_object_tree_path_changed()


close object cache when got-read-pack exits


don't call mktime() needlessly in commit graph


fix filtering for directory paths in 'got log'


count cache eviction events in cache debug stats


bump tree cache size; some operations are doing lots of tree walks


handle errors from read(2) better while reading pack files


fix non-mmap read mode in got-read-pack


make 'got log' flush stdout when a commit has been printed