Files
git/Documentation
Brandon Williams ed10cb952d serve: introduce git-serve
Introduce git-serve, the base server for protocol version 2.

Protocol version 2 is intended to be a replacement for Git's current
wire protocol.  The intention is that it will be a simpler, less
wasteful protocol which can evolve over time.

Protocol version 2 improves upon version 1 by eliminating the initial
ref advertisement.  In its place a server will export a list of
capabilities and commands which it supports in a capability
advertisement.  A client can then request that a particular command be
executed by providing a number of capabilities and command specific
parameters.  At the completion of a command, a client can request that
another command be executed or can terminate the connection by sending a
flush packet.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-03-15 12:01:08 -07:00
..
2017-12-28 14:12:06 -08:00
2018-03-15 12:01:08 -07:00
2017-11-17 10:31:05 +09:00
2016-07-13 11:24:14 -07:00
2017-11-18 12:31:29 +09:00
2017-04-13 16:15:25 -07:00
2017-11-06 14:24:24 +09:00
2017-01-18 15:12:12 -08:00
2016-08-11 14:35:42 -07:00
2017-06-27 10:35:49 -07:00
2017-12-19 11:33:58 -08:00
2017-01-18 15:12:18 -08:00
2017-05-01 11:01:52 +09:00
2018-03-15 12:01:08 -07:00