Commit Briefs

ccb26ccd3c Stefan Sperling

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





05e1230b0e Stefan Sperling

rename got_commit_object_mini to got_mini_commit_object


e32baab7e1 Stefan Sperling

add an object cache for mini commits


7762fe12f8 Stefan Sperling

add a mini-commit object for use by commit graph



fd1d2703b8 Stefan Sperling

don't eat errors in detect_changed_path() + cosmetic fixes


6eb07a178c Stefan Sperling

fix imsg limit calculation in got_privsep_send_tree()


b00c982167 Stefan Sperling

avoid unnecessary imsg flushing in got_privsep_send_tree()



79fcf3e430 Stefan Sperling

fix build with PROFILE=1


fa4ffeb3a0 Stefan Sperling

properly flush imsg in send_commit_logmsg()


644e44ed86 Stefan Sperling

remove some dead code


18336eedac Stefan Sperling

fix error check in got_privsep_recv_blob()


7788015835 Stefan Sperling

move code not used by libexec tools out of object_parse.c


8a0ead396f Stefan Sperling

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


f2877bf5fb Stefan Sperling

expose merge commits in log output again



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()