7 years ago 3bf198ba33 Stefan Sperling
always pass commit ID to incremental blame callback
7 years ago 3f60a8ef49 Stefan Sperling
show a header line in tog's blame view
7 years ago d68a0a7de1 Stefan Sperling
implement cleaner cancellation of tog's blame view
7 years ago 75b7a700d9 Stefan Sperling
allow quitting tog blame view while blame is in progress
7 years ago 67c4c153ac Stefan Sperling
fix a crash and a memory leak in tog
7 years ago 84451b3ef7 Stefan Sperling
implement incremental blame display for tog
7 years ago 6358180434 Stefan Sperling
rename zbuf to inflate
7 years ago fc79a48d6d Stefan Sperling
add a compile time switch to read pack index with read(2)
7 years ago af9b7fee80 Stefan Sperling
add compile-time switch which disables mmap for pack files
7 years ago 57363308f3 Stefan Sperling
fall back to read() as intended if mapping packfile fails
7 years ago e7242ceefd Stefan Sperling
less memset() needed in got_inflate_init()
7 years ago d746408514 Stefan Sperling
read pack files with mmap
7 years ago 1828273a5c Stefan Sperling
don't crash in 'got blame' error path
7 years ago 0cb74cf467 Stefan Sperling
don't verify pack index SHA1 upon regular access
7 years ago e7ea91f83b Stefan Sperling
in tog, fix width calculation of lines with tabs
7 years ago eb77ee116a Stefan Sperling
add an object id cache which backs the object cache
7 years ago 60f2eee18f Stefan Sperling
undo previous; too much mixup in one data structure
7 years ago d54f52f450 Stefan Sperling
store recently accessed objects at front of cache lists
7 years ago dd031dc0f3 Stefan Sperling
fix off-by-one in got_blame()
7 years ago 2811168fb0 Stefan Sperling
fix off-by-one in blame_open()
7 years ago cf8f1261b8 Stefan Sperling
fix page-up scroll to '..' entries in 'tog tree'
7 years ago a1eca9bb0c Stefan Sperling
fix blank line and limit accounting in draw_tree_entries()
7 years ago ce52c690e2 Stefan Sperling
show current parent directory path in 'tog tree' view
7 years ago cb2ebc8acf Stefan Sperling
fix memory leak in blame_tree_entry()
7 years ago d9765a4190 Stefan Sperling
make blame_tree_entry() construct parent's path in correct order