Commits


always pass commit ID to incremental blame callback


show a header line in tog's blame view


implement cleaner cancellation of tog's blame view


allow quitting tog blame view while blame is in progress


fix a crash and a memory leak in tog


implement incremental blame display for tog


rename zbuf to inflate


add a compile time switch to read pack index with read(2)


add compile-time switch which disables mmap for pack files


fall back to read() as intended if mapping packfile fails


less memset() needed in got_inflate_init()


read pack files with mmap


don't crash in 'got blame' error path


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