Commit Briefs

3a6ce05aff Stefan Sperling

check for errors from close(2)


fb43ecf150 Stefan Sperling

check for errors from fclose()


0ae4af15cd Stefan Sperling

add missing error check in got-raed-pack's tag_request()


5d56da8198 Stefan Sperling

happy new copyright year



ac544f8c6f Stefan Sperling

pass smallish blobs directly via imsg buffer


ebc55e2dfc Stefan Sperling

eliminate got_object_open() round-trip when opening blobs


268f7291e6 Stefan Sperling

eliminate got_object_open() round-trip when opening tags


13c729f710 Stefan Sperling

eliminate got_object_open() round-trip when opening trees


6e72e6a3bf Stefan Sperling

there's no point in embedding the object header in commits




80d5f1347d Stefan Sperling

don't be noisy on stderr when Ctrl-C is hit


99437157b9 Stefan Sperling

abort checkout operations cleanly when Ctrl-C is hit




05e1230b0e Stefan Sperling

rename got_commit_object_mini to got_mini_commit_object


7762fe12f8 Stefan Sperling

add a mini-commit object for use by commit graph


106807b41a Stefan Sperling

make object caching actually work in got-read-pack


48d5fe4223 Stefan Sperling

close object cache when got-read-pack exits


56bef47ace Stefan Sperling

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


2ff12563f8 Stefan Sperling

fix 'make PROFILE=1' build


3840f4c96d Stefan Sperling

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


c59b334653 Stefan Sperling

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


55da3778cb Stefan Sperling

read packed blobs with privsep