Commit Briefs

Stefan Sperling

display UTC commit timestamps in tog(1)



Stefan Sperling

make tog(1) compile again


Stefan Sperling

show 'got log' options in sorted order


Stefan Sperling

wording tweak in got(1) man page


Stefan Sperling

make 'got log -c' accept a branch name


Stefan Sperling

remove unused -v option for 'got log'


Stefan Sperling

improve option listings in got(1) man page



Stefan Sperling

plug mem leaks in tog's mbs2ws()


Stefan Sperling

remove false statement in comment



Stefan Sperling

improve comment


Stefan Sperling

handle EILSEQ in tog(1)


Stefan Sperling

fix endless loop in commit graph



Stefan Sperling

commit graph support for tog(1)



Stefan Sperling

remove got_commit_graph_contains_object()

Put equivalent functionality into fetch_commits_up_to() instead.


Stefan Sperling

remove vim .swp files which crept in



Stefan Sperling

introduce got_commit_graph_contains_object




Stefan Sperling

use got_object_open_as_commit() in tog(1)