Commit Briefs

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