pack-protocol: fix first-want separator in the examples
commit79135e4c229ff02d9315fc2ac822b1316eb3e877
authorCarlos Martín Nieto <cmn@elego.de>
Fri, 11 May 2012 23:44:53 +0000 (12 01:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 May 2012 16:24:52 +0000 (14 09:24 -0700)
treeee7071dd7a0a9073dd191c6d04c0ccd3c9776dc5
parentb6555d731e0828c356247a7836bdbd6e31c7a639
pack-protocol: fix first-want separator in the examples

When sending the "want" list, the capabilities list is separated from
the obj-id by a SP instead of NUL as in the ref advertisement. The
text is correct, but the examples wrongly show the separator as
NUL. Fix the example so it uses SP.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/pack-protocol.txt