Commits


make 'tog tree' navigate to parent with backspace key again


use commit graph for path filtering in 'tog log'


only allow one tog view per type


use ~ instead of backspace for cycling views backwards in tog


add path filtering support to commit graph


replace got_object_open_by_path() with got_object_id_by_path()


change got_object_get_id() semantics; avoids pointless allocations


display file paths in diffs instead of blob SHA1s


fix infinite loop when tog displays wide characters


implement fork+exec (and by the way, fix the build...)


fix tog focus indication with backspace key


add visual indication of view focus in tog


detect errors from tog's view_close() in view_loop()


close all child views when closing a view in tog's view_loop()


fix f8405c929e03f5dbe8ed41ede81cba7fad2d4a65: don't change current view