Commit Briefs

4acef5eedd Stefan Sperling

fix crash in tog when diffing a root commit



adacb96fd8 Stefan Sperling

show commit timestamps in diff headers


c1124f1898 Stefan Sperling

don't show a colon after 'commit' in tog


15a949835c Stefan Sperling

remove struct got_object from public library API


5767055949 Stefan Sperling

prevent crash in error path via tog's stop_blame()


45d799e224 Stefan Sperling

make commit objects opaque in the library's API


56765ebba6 Stefan Sperling

remove colon from diff header


abd2672ad5 Stefan Sperling

move commit header printing in diffs out of the library


6fcac4576a Stefan Sperling

store number of lines in int instead of size_t


51c68690d5 Stefan Sperling

make tog always focus a diff view opened from blame view


55566b341d Stefan Sperling

make tog always focus a diff view opened from log view


ccb26ccd3c Stefan Sperling

avoid a call to mktime() in commit graph's add_node()


79fcf3e430 Stefan Sperling

fix build with PROFILE=1


8a0ead396f Stefan Sperling

fix stuck cursor on page-up in tog's tree view



fed7eaa8d1 Stefan Sperling

always select the new view in tog's view loop


f7013a2206 Stefan Sperling

add missing error check in tog's input_log_view()


f41eceb0ed Stefan Sperling

prevent dead view from being re-used in tog's view_loop


25791caa10 Stefan Sperling

fix crashes in tog when terminal is resized


a6d7eb8dbe Stefan Sperling

in tog, check return code of replace_panel()




34095730b1 Stefan Sperling

make backspace key work if 'tog log' runs in a child view


2bd27830c4 Stefan Sperling

give tog's child views >= 80 columns width