send-pack: send feature request on push-cert packet
commit20a7558f31e44e26ddbb8aa55bfd9316a6b67f82
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Aug 2014 20:46:58 +0000 (18 13:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Sep 2014 20:23:28 +0000 (15 13:23 -0700)
treecda6e1cd72ff5201be6613f89eb9ca34eca92c90
parentd05b9618ce42e85936176537f939a4eb85d4d65e
send-pack: send feature request on push-cert packet

We would want to update the interim protocol so that we do not send
the usual update commands when the push certificate feature is in
use, as the same information is in the certificate.  Once that
happens, the push-cert packet may become the only protocol command,
but then there is no packet to put the feature request behind, like
we always did.

As we have prepared the receiving end that understands the push-cert
feature to accept the feature request on the first protocol packet
(other than "shallow ", which was an unfortunate historical mistake
that has to come before everything else), we can give the feature
request on the push-cert packet instead of the first update protocol
packet, in preparation for the next step to actually update to the
final protocol.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
send-pack.c
t/t5534-push-signed.sh