receive-pack: parse feature request a bit earlier
commita6515a84dd9e14280ad6ca74519ad359d0e1af0c
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Aug 2014 21:11:33 +0000 (15 14:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Aug 2014 22:35:59 +0000 (22 15:35 -0700)
tree5e63a8bc986db326a7a4274ed6d834fa2b41f47d
parent9c6bda429765eca77beab997d1e5860a22b01082
receive-pack: parse feature request a bit earlier

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 <gitster@pobox.com>
builtin/receive-pack.c