Commit Briefs

eb41ed7524 Stefan Sperling

make 'tog blame' function in a work tree


a915003aad Stefan Sperling

delay initialization of curses in tog until after usage()


52185f702d Stefan Sperling

make 'tog tree' function in a work tree


b7165be31e Stefan Sperling

make 'tog log' function in a work tree


289e3cbff4 Stefan Sperling

set CTYPE locale category only; leave others in "C" locale


67cc799185 Stefan Sperling

improve tog tree view page-up scrolling behaviour



416a95c52d Stefan Sperling

remove unused field from struct tog_tree_view_state



46f0028c64 Stefan Sperling

tog: simplify loop condition in tree_scroll_down()


5d56da8198 Stefan Sperling

happy new copyright year


3e9926ea00 Stefan Sperling

fix diffing of blamed commit in 'tog blame'


f12d0dbe46 Stefan Sperling

whitespace


9220560796 Stefan Sperling

plug leaks in error path of tog blame


d188b9a6a4 Stefan Sperling

apply unveil(2) to 'tog tree'


8e94dd5baf Stefan Sperling

apply unveil(2) to 'tog blame'


eb6600df99 Stefan Sperling

apply unveil(2) to 'tog diff'


c2db672433 Stefan Sperling

apply unveil(2) to 'tog log'


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