Commit Briefs

0cf4efb146 Stefan Sperling

tweak view organization in tog; add a fullscreen toggle


1004088d94 Stefan Sperling

revert previous; non-top panels can be focussed



38fe7374fe Stefan Sperling

rename tog's show_commit() to open_diff_view_for_commit()


2a4718d3b3 Stefan Sperling

make tog's show_commit() more generic



6484ec902f Stefan Sperling

fix a use after free in tog tree view


5036bf3733 Stefan Sperling

allow moving to parent directory in tog log view



93e45b7ce9 Stefan Sperling

use commit graph for path filtering in 'tog log'


ae73d51333 Stefan Sperling

only allow one tog view per type



8d49203ed7 Stefan Sperling

allocate less tips by default in commit graph


0c92744a7b Stefan Sperling

initialize *outfile in got_opentemp_named()


ff7c4d82c9 Stefan Sperling

remove now inaccurate comment


eac0d6b486 Stefan Sperling

remove obsolete TODO comment


293f640090 Stefan Sperling

make 'blame' traverse history via commit graph


4db7331246 Stefan Sperling

add a TODO note for blame


e65e3e2fec Stefan Sperling

remove useless code in #if 0



2673a8da9c Stefan Sperling

whitespace


298a4a4bd4 Stefan Sperling

avoid unnecessary strlen() call in find_entry_by_name()



5c2f57614e Stefan Sperling

fix git repository detection segv bug


6bc669522a Stefan Sperling

fix commit graph iteration again; second entry was omitted