Merge branch 'nd/http-fetch-shallow-fix' into maint
commit1030d4c8f0ee5aaee9a1a74416314ec811672a86
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2014 20:59:37 +0000 (18 13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2014 20:59:37 +0000 (18 13:59 -0700)
treefd47bd28da49943b719b1b83bf89f03c54e3210e
parent6a0556e4c0d0174d4c1760469e0f4d348b5ca844
parent0232852b06cb000a3b1f5f48676c8b4d084f18ea
Merge branch 'nd/http-fetch-shallow-fix' into maint

Attempting to deepen a shallow repository by fetching over smart
HTTP transport failed in the protocol exchange, when no-done
extension was used.  The fetching side waited for the list of
shallow boundary commits after the sending end stopped talking to
it.

* nd/http-fetch-shallow-fix:
  t5537: move http tests out to t5539
  fetch-pack: fix deepen shallow over smart http with no-done cap
  protocol-capabilities.txt: document no-done
  protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txt
  pack-protocol.txt: clarify 'obj-id' in the last ACK after 'done'
  test: rename http fetch and push test files
  tests: auto-set LIB_HTTPD_PORT from test name