Commits


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.