Commit Briefs


faaa1c0fd2 Stefan Sperling

handle errors from read(2) better while reading pack files


56bef47ace Stefan Sperling

fix non-mmap read mode in got-read-pack


d82de447b4 Stefan Sperling

make 'got log' flush stdout when a commit has been printed


31cedeafaf Stefan Sperling

add path filtering support to commit graph



60f50a586e Stefan Sperling

don't crash in got_diff_tree() if trees are empty





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