Commits


represent packfile hash as byte array in the privsep layer, not as object ID


compute pack file's checksum during download and check it in got-fetch-pack Compared to the previous version committed in 520a0c97 this code should compute the checksum correctly for any amount of pack file data bytes read from the socket at a time.


revert 520a0c97f8081e4531fc9c88cda705a92afbddaf for now due to possible bug


compute pack file's checksum during download and check it in got-fetch-pack


move functions from privsep.c to the helpers which use them where possible


add support for fetching arbitrary references to 'got clone' and 'got fetch'


remove GOT_FETCH_DEBUG and toggle fetch debug output with -v option instead


close fetchfd when we're done in got-fetch-pack


make 'clone -l' and 'fetch -l' list all references, regardless of namespace


add support for listing remote branches and tags to 'got clone' and 'got fetch'


add support for fetching specific branches to 'got clone' and 'got fetch'


fetch only HEAD branch and tags by default; add -a option to fetch everything


re-add chatty mode to got-fetch-pack; it will be useful to diagnose bugs


fix off-by-one in writepkt() length parameter passed by fetch_pack()


don't skip protocol capabilities advertisement if the first ref isn't wanted