serve: introduce the server-option capability
commitecc3e5342de203fa2d84c4a49a46aaa87289534b
authorBrandon Williams <bmwill@google.com>
Mon, 23 Apr 2018 22:46:22 +0000 (23 15:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Apr 2018 02:24:40 +0000 (24 11:24 +0900)
treed45eb1da65af81dc7fbbf4613e39a7fadfc8b6d7
parentbbc39d4020372a0bf8aa399c7550ba58312adfa1
serve: introduce the server-option capability

Introduce the "server-option" capability to protocol version 2.  This
enables future clients the ability to send server specific options in
command requests when using protocol version 2.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/protocol-v2.txt
serve.c
t/t5701-git-serve.sh