Commit Briefs

55566b341d Stefan Sperling

make tog always focus a diff view opened from log view



19ae6da15b Stefan Sperling

compare object IDs just once in diff_entry_old_new()


9185b86391 Stefan Sperling

tree cache size can be reduced without harmful effects


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