Commit Briefs

fe8df4c20b Stefan Sperling

undo previous; it broke tog(1) with openssl repo



4bb494d579 Stefan Sperling

display UTC commit timestamps in tog(1)


788c352e1f Stefan Sperling

store commit timestamps as 'struct tm' in UTC


5489743fa2 Stefan Sperling

make tog(1) compile again


6238ee32f5 Stefan Sperling

show 'got log' options in sorted order


1cfab7188b Stefan Sperling

wording tweak in got(1) man page


d1f2edc95c Stefan Sperling

make 'got log -c' accept a branch name


1fd6d7eaef Stefan Sperling

remove unused -v option for 'got log'


38e1179369 Stefan Sperling

improve option listings in got(1) man page



a7f506998d Stefan Sperling

plug mem leaks in tog's mbs2ws()


a37db869c0 Stefan Sperling

remove false statement in comment



191379307b Stefan Sperling

improve comment


00dfcb9257 Stefan Sperling

handle EILSEQ in tog(1)


72f85f8c3a Stefan Sperling

fix endless loop in commit graph



9ba79e0498 Stefan Sperling

commit graph support for tog(1)


31920504be Stefan Sperling

rename commit graph's iter_candidates to iter_list


6e0c0f9a81 Stefan Sperling

remove got_commit_graph_contains_object()

Put equivalent functionality into fetch_commits_up_to() instead.


ca2dc7e62d Stefan Sperling

remove vim .swp files which crept in


1142eae973 Stefan Sperling

introduce got_commit_graph_fetch_commits_up_to()


6a4c18905d Stefan Sperling

introduce got_commit_graph_contains_object


f8e900f3de Stefan Sperling

use got_object_open_as_commit() in 'got log'