Re: [PATCH v2] upload-pack: ignore 'shallow' lines with unknown obj-ids

2013-05-02 Thread Junio C Hamano
Junio C Hamano writes: > Michael Heemskerk writes: > >> When the client sends a 'shallow' line for an object that the server does >> not have, the server currently dies with the error: "did not find object >> ... >> Documentation/technical/pack-protocol.txt | 3 +-- >> t/t5500-fetch-pack.sh

Re: [PATCH v2] upload-pack: ignore 'shallow' lines with unknown obj-ids

2013-05-02 Thread Junio C Hamano
Michael Heemskerk writes: > When the client sends a 'shallow' line for an object that the server does > not have, the server currently dies with the error: "did not find object > ... > Documentation/technical/pack-protocol.txt | 3 +-- > t/t5500-fetch-pack.sh | 13 ++

[PATCH v2] upload-pack: ignore 'shallow' lines with unknown obj-ids

2013-05-02 Thread Michael Heemskerk
When the client sends a 'shallow' line for an object that the server does not have, the server currently dies with the error: "did not find object for shallow ". The client may have truncated the history at the commit by fetching shallowly from a different server, or the commit may have been garba