Commits


allow entering tree view from log view with 't' key


tog: exit loop if show_commit() returns an error


unbreak tog build...


implement 'tog tree'


in tog blame, read errno right after error occurred


fix error path leaks in 'tog blame'


make 'tog -h' and 'tog -h xxx' show something useful


implementation of 'tog blame', not reachable via gui yet


make struct got_tree_object opaque


simplify more code which assumed deltas could span mulitple packs


wrap overlong lines


remove unnecessary fdopen()


only search one pack file while resolving deltas


access pack index files with mmap()


don't needlessly copy packidx when caching it


oops, forgot to add this file


speed up got_object_idset_remove_random() by almost 50%


use binary search to find objects in pack index


reduce object cache sizes


fix mem leak introduced with caching: actually close objects


add some disabled refcount debug code


size object caches independently of each other


add a commit cache as well


no need to manually count elements of a set


add a tree object cache to struct got_repository