Commits


make 'got clone' create references; cloned repositories are now usable


plug leaks in error paths of got_fetch()


fix typo in comment


parse symrefs from server capabilities and transmit them over imsg


add missing space between first wanted hash and our capability string


make got-fetch-pack sanity check error messages sent by server


make got-fetch-pack match its capabilities with those of the server


parse server capabilities in got-fetch-pack


send the 'host' parameter to support git-daemon's virtual hosting


remove redundant colon from error message


actually catch connection errors in got_fetch()


move new errors codes to end of error code list


make protocol dial helpers return struct got_error style errors


send fetch progress over imsg


rename got_fetch_pack to just fetch_pack; this function is static