Commits


fix a use after free in tog tree view


allow moving to parent directory in tog log view


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


allocate less tips by default in commit graph


initialize *outfile in got_opentemp_named()


remove now inaccurate comment


remove obsolete TODO comment


make 'blame' traverse history via commit graph


add a TODO note for blame


remove useless code in #if 0


fix off-by-one in commit ref counter printed by check_refcount()


whitespace


avoid unnecessary strlen() call in find_entry_by_name()


match tree entries exactly, not by prefix, in find_entry_by_name()


fix git repository detection segv bug


fix commit graph iteration again; second entry was omitted


fix commit graph iteration with just one iter-list entry


fix previous: last entry returned by graph iteration was duplicated


make commit graph skip no-op branches and fix iter-list management


typos


count object cache searches


eliminate redundant cache search in got_object_open_as_tree()