Commits


do not forget to create references under remotes/origin during 'got clone'


create a git config file in newly cloned repositories


apply unveil(2) to 'got clone'


pledge 'got clone'


man page updates for 'got clone'


make addrinfo error messages more obvious


sync got clone's usage with reality


tweak delta cache size in got-index-pack


use qsort(3) instead of mergesort(3) to avoid a large spike in memory usage


write CRC info in one chunk rather than calling write(2) once per object


don't forget to send a final progress notification from got-index-pack


waste less time on sending progress messages over the privsep pipe


jump right to the index of the first delta


document why deltas will usually be resolved within a single loop iteration


extract large objects to a temporary file in got-index-pack


only print fetch progress to stdout if something has changed


another indentation fix


remove now pointless error check


fix indentation


use a dedicated imsg for sending the pack fetch output file descriptor


use a dedicated imsg for sending the pack index output file descriptor


move to a less hectic progress display again


show path to temporary pack file in argv of got-fetch-pack and got-index-pack


ooops, re-enable offset deltas in got-fetch-pack


increase delta cache size for got-index-pack