send-pack: always send capabilities
commit17649e890d7d816a5bd28fd99f093a1c373c6e83
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Aug 2014 18:30:36 +0000 (15 11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Aug 2014 22:35:59 +0000 (22 15:35 -0700)
treec389e8400d9140bb6d405cdc202b6f45b7f6ab8c
parent346979cbd9f188cbaf5d4adddc3c16a391caf85f
send-pack: always send capabilities

We tried to avoid sending one extra byte, NUL and nothing behind it
to signal there is no protocol capabilities being sent, on the first
command packet on the wire, but it just made the code look ugly.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
send-pack.c