]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5500-fetch-pack.sh
t5500: add test for fetching with an unknown 'shallow'
authorMichael Heemskerk <mheemskerk@atlassian.com>
Thu, 2 May 2013 14:56:07 +0000 (00:56 +1000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 May 2013 17:05:52 +0000 (10:05 -0700)
commit71d5f938910120275484aac0b2e1c27cdf8b5cf3
tree350ba3f8557d963e670b4aa0b296d48df22d859b
parentaf04fa2a78af3f4dc07bdc3e3018ccf3baa88c20
t5500: add test for fetching with an unknown 'shallow'

When the client sends a 'shallow' line for an object that the server does
not have, the server should just ignore it and let the client keep that
unknown shallow boundary.

Signed-off-by: Michael Heemskerk <mheemskerk@atlassian.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5500-fetch-pack.sh