• J
    send-pack: send feature request on push-cert packet · 20a7558f
    Junio C Hamano 提交于
    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: NJunio C Hamano <gitster@pobox.com>
    20a7558f
t5534-push-signed.sh 2.8 KB