Re: [PATCH 0/7] some fetch reachability-error fixes

2019-04-15 Thread Jonathan Tan
> [1/7]: t5516: drop ok=sigpipe from unreachable-want tests > [2/7]: t5530: check protocol response for "not our ref" > [3/7]: upload-pack: send ERR packet for non-tip objects > [4/7]: pkt-line: prepare buffer before handling ERR packets > [5/7]: fetch: use free_refs() > [6/7]: remote.c

[PATCH 0/7] some fetch reachability-error fixes

2019-04-12 Thread Jeff King
This series fixes a few minor bugs around clients trying to fetch unreachable commits, along with a few associated cleanups. There's a minor conflict in t5516 when merging with next, since that adds GIT_TEST_PROTOCOL_VERSION, causing a few textual conflicts. The resolution should be fairly clear.