Merge branch 'nd/http-fetch-shallow-fix'
commit2de34784dfcbb4fe0febe9ab98e0b99138040109
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:50 +0000 (27 14:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:50 +0000 (27 14:01 -0800)
tree37dfa896cde52f7cfdcf243be8455bdaa0c596c4
parent0f9e62e0847c075678a7a5a748567d1e881d16f8
parent0232852b06cb000a3b1f5f48676c8b4d084f18ea
Merge branch 'nd/http-fetch-shallow-fix'

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