doc: fix want-capability separator
commit742587662fbdf487eb85e847f6253a4f5dcf18fa
authorMasaya Suzuki <draftcode@gmail.com>
Sat, 28 Jul 2018 21:16:30 +0000 (28 14:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2018 18:25:20 +0000 (30 11:25 -0700)
tree49f9f14c1d100ce264710b85218ea80f6efc612a
parentffc6fa0e396238de3a30623912980263b4f283ab
doc: fix want-capability separator

Unlike ref advertisement, client capabilities and the first want are
separated by SP, not NUL, in the implementation. Fix the documentation
to align with the implementation. pack-protocol.txt is already fixed.

Signed-off-by: Masaya Suzuki <masayasuzuki@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/http-protocol.txt