thodg/got/libexec/got-read-commit

Branch :


Log

Author Commit Date CI Message
f5d3d7af 2019-02-05 15:19:24 use path lists to sort dirent, tree object, and file index entries
6e72e6a3 2018-12-23 23:21:35 there's no point in embedding the object header in commits
1785f84a 2018-12-23 23:15:42 eliminate got_object_open() round-trip when opening commits
80d5f134 2018-11-11 12:59:22 don't be noisy on stderr when Ctrl-C is hit
99437157 2018-11-11 12:52:59 abort checkout operations cleanly when Ctrl-C is hit
41fa1437 2018-11-05 15:30:15 back out mini-commits; no significant performance difference
710f3f4e 2018-11-05 15:26:18 make got-read-pack pre-seed the main process mini commit cache
05e1230b 2018-11-05 12:42:03 rename got_commit_object_mini to got_mini_commit_object
7762fe12 2018-11-05 11:46:30 add a mini-commit object for use by commit graph
2ff12563 2018-09-15 12:39:48 fix 'make PROFILE=1' build
876c234b 2018-09-10 12:30:47 start reading pack files with privsep; still WIP
079b2f65 2018-09-08 16:56:10 add a Makefile hierarchy which builds the whole show
ad242220 2018-09-08 16:40:28 implement fork+exec (and by the way, fix the build...)