send-pack: always send capabilities
commit64de20a1265b676f9cc0e5f46379a017560fa333
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Aug 2014 18:30:36 +0000 (15 11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Sep 2014 20:23:19 +0000 (15 13:23 -0700)
tree44375066c0cbc1f2f98a43966cd4b4afe8ef2b84
parente40671a3d9115f2c0cea614d8b5d265150f44c24
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