Commits


make got_fetch() provide reference info to callers and set refs in cmd_clone()


have got_fetch() require an open got_repository to be passed in


make got_fetch() expect URI information in parsed form


tweak parse_uri() function, declare it as public API, and add a test for it


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()