Commits


don't verify pack index SHA1 upon regular access


in tog, fix width calculation of lines with tabs


add an object id cache which backs the object cache


undo previous; too much mixup in one data structure


store recently accessed objects at front of cache lists


fix off-by-one in got_blame()


fix off-by-one in blame_open()


fix page-up scroll to '..' entries in 'tog tree'


fix blank line and limit accounting in draw_tree_entries()


show current parent directory path in 'tog tree' view


fix memory leak in blame_tree_entry()


make blame_tree_entry() construct parent's path in correct order


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