Commits


whitespace


avoid unnecessary strlen() call in find_entry_by_name()


match tree entries exactly, not by prefix, in find_entry_by_name()


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