Commit Briefs

15fe583fb9 Stefan Sperling

search most recently opened pack index first, not last


649fc316f2 Stefan Sperling

remove a redundant call to detect_changed_path()


bfd1f6daa4 Stefan Sperling

init commit timestamp earlier in commit graph's add_node()


2969636801 Stefan Sperling

rename local variable in got_object_tree_path_changed()


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