5 years ago 3af5bc7c0b Stefan Sperling
do not allow passing arbitrary options to SSH
5 years ago 967f7d1fd3 Stefan Sperling
remove unused constants
5 years ago d582f26ced Stefan Sperling
write large objects to disk when resolving deltas; raise in-mem delta threshold
5 years ago 7132995b43 Stefan Sperling
tweak clone usage output
5 years ago 7ebc057006 Stefan Sperling
do not forget to create references under remotes/origin during 'got clone'
5 years ago b46f3e7182 Stefan Sperling
create a git config file in newly cloned repositories
5 years ago ee448f5f10 Stefan Sperling
apply unveil(2) to 'got clone'
5 years ago 39c64a6a2c Stefan Sperling
pledge 'got clone'
5 years ago fd039d7238 Stefan Sperling
man page updates for 'got clone'
5 years ago a117fd101a Stefan Sperling
make addrinfo error messages more obvious
5 years ago 9df6f38b45 Stefan Sperling
sync got clone's usage with reality
5 years ago 18d4da0373 Stefan Sperling
tweak delta cache size in got-index-pack
5 years ago 93bba072c2 Stefan Sperling
use qsort(3) instead of mergesort(3) to avoid a large spike in memory usage
5 years ago 976846014d Stefan Sperling
write CRC info in one chunk rather than calling write(2) once per object
5 years ago 021b0c6fb2 Stefan Sperling
don't forget to send a final progress notification from got-index-pack
5 years ago 5672d305fa Stefan Sperling
waste less time on sending progress messages over the privsep pipe
5 years ago 160bbe2e33 Stefan Sperling
jump right to the index of the first delta
5 years ago e6c1173dcf Stefan Sperling
document why deltas will usually be resolved within a single loop iteration
5 years ago 4788f1cebb Stefan Sperling
extract large objects to a temporary file in got-index-pack
5 years ago 892ac3b6b6 Stefan Sperling
only print fetch progress to stdout if something has changed
5 years ago ec92f92995 Stefan Sperling
another indentation fix
5 years ago 4c06f61280 Stefan Sperling
remove now pointless error check
5 years ago b3e1118bde Stefan Sperling
fix indentation
5 years ago f826addf6c Stefan Sperling
use a dedicated imsg for sending the pack fetch output file descriptor
5 years ago 73ab106035 Stefan Sperling
use a dedicated imsg for sending the pack index output file descriptor