Commits


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


parse server capabilities in got-fetch-pack


remove redundant colon from error message


send fetch progress over imsg


rename got_fetch_pack to just fetch_pack; this function is static


convert got_fetch_pack to got_error + KNF


remove some unused path variables from got-fetch-pack


GOT_IMSG_ACK isn't needed; just fill the pipe, reading responses will block


Add initial support for network protocol. Ported from git9 by Ori Bernstein.