Re: [PATCH] Add testcase for needless objects during a shallow fetch

2013-08-30 Thread Duy Nguyen
On Thu, Aug 29, 2013 at 4:50 PM, Duy Nguyen wrote: > On Wed, Aug 28, 2013 at 11:02 PM, Matthijs Kooijman wrote: >> This is a testcase that checks for a problem where, during a specific >> shallow fetch where the client does not have any commits that are a >> successor of the new shallow root (i.e

Re: [PATCH] Add testcase for needless objects during a shallow fetch

2013-08-29 Thread Duy Nguyen
On Wed, Aug 28, 2013 at 11:02 PM, Matthijs Kooijman wrote: > This is a testcase that checks for a problem where, during a specific > shallow fetch where the client does not have any commits that are a > successor of the new shallow root (i.e., the fetch creates a new > detached piece of history),

[PATCH] Add testcase for needless objects during a shallow fetch

2013-08-28 Thread Matthijs Kooijman
This is a testcase that checks for a problem where, during a specific shallow fetch where the client does not have any commits that are a successor of the new shallow root (i.e., the fetch creates a new detached piece of history), the server would simply send over _all_ objects, instead of taking i