Commit Briefs

c0cc5c6226 Stefan Sperling

add diff context option to got(1)


df2871d297 Stefan Sperling

make amount of diff context configurable at API level



86c66b02a6 Stefan Sperling

allow only one parent view per type in tog


c0d30c2302 Stefan Sperling

tog man page updates


8f0b819c6d Stefan Sperling

the ~ key binding has been removed from tog


669b5ffa4a Stefan Sperling

switch tog's view model to a one-parent/one-child model


3f6f7423d2 Stefan Sperling

remove dead code from tog


a020b7247e Stefan Sperling

remove unused fields from struct tog_view



bfddd0d9d1 Stefan Sperling

focus diff view when it comes up in fullscreen


a81bf10dcf Stefan Sperling

quit all tog views upon quit with initial view in focus


878940b78f Stefan Sperling

try an alternative approach to updating tog sibling views


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