commit | 79135e4c229ff02d9315fc2ac822b1316eb3e877 | [log] [tgz] |
---|---|---|
author | Carlos Martín Nieto <cmn@elego.de> | Sat May 12 01:44:53 2012 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Mon May 14 09:24:52 2012 -0700 |
tree | ee7071dd7a0a9073dd191c6d04c0ccd3c9776dc5 | |
parent | b6555d731e0828c356247a7836bdbd6e31c7a639 [diff] |
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>