Re: [PATCH 02/18] receive-pack: parse feature request a bit earlier

2014-08-19 Thread Junio C Hamano
Junio C Hamano writes: > Ideally, we should have also allowed the first "shallow" to carry > the feature request trailer, but that is water under the bridge > now. This makes the next step to factor out the queuing of commands > easier to review. > > Signed-off-by: Junio C Hamano > --- > ... >

[PATCH 02/18] receive-pack: parse feature request a bit earlier

2014-08-19 Thread Junio C Hamano
Ideally, we should have also allowed the first "shallow" to carry the feature request trailer, but that is water under the bridge now. This makes the next step to factor out the queuing of commands easier to review. Signed-off-by: Junio C Hamano --- builtin/receive-pack.c | 24 +