Commit Briefs

2ff12563f8 Stefan Sperling

fix 'make PROFILE=1' build


13e51608f0 Stefan Sperling

fix bug where duplicates were being added to object idset


0dcf3e9cb1 Stefan Sperling

tweak log message headers again


dab5fe87a4 Stefan Sperling

tweak commit display


405a764ee6 Stefan Sperling

don't display blob IDs twice when diffing blobs directly


3b8ef1a831 Stefan Sperling

tweak diff output and adjust test expectations accordingly


8f97f26169 Stefan Sperling

show blob IDs in diffs again and make repository test pass


f6861a8122 Stefan Sperling

display file paths in diffs instead of blob SHA1s


3c1f04f18c Stefan Sperling

fix infinite loop when tog displays wide characters


3840f4c96d Stefan Sperling

fix "rpath" pledge violation in got-read-pack


eb46335738 Stefan Sperling

reduce pack cache size; avoids opening more than 128 fds


90636195fc Stefan Sperling

initialize privsep child pointer in got_repo_cache_pack()



c59b334653 Stefan Sperling

stop sending deltas in imsg; cache deltas in got-read-pack


edfa7d7faf Stefan Sperling

plug a tree object leak in worktree.c


6bef87be90 Stefan Sperling

move object cache out of repository.c to its own file


55da3778cb Stefan Sperling

read packed blobs with privsep


e78854052d Stefan Sperling

read packed trees with privsep


cfd633c2f1 Stefan Sperling

read packed commits with privsep


d6bda086e6 Stefan Sperling

send deltas when requesting packed object extraction


876c234bd6 Stefan Sperling

start reading pack files with privsep; still WIP


40cf720813 Stefan Sperling

remove unused includes from pack.c