]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/receive-pack.c
receive-pack.c: negotiate atomic push support
authorRonnie Sahlberg <sahlberg@google.com>
Thu, 8 Jan 2015 03:23:20 +0000 (19:23 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Jan 2015 03:56:43 +0000 (19:56 -0800)
commit1b70fe5d305462f1dd4b9d6233a2f4cb98e3a581
tree19e971b96d9136e7abb9d62c195d9443c94077cb
parent68deed298ac4c257cd72d6bee543f651cb10d669
receive-pack.c: negotiate atomic push support

This adds the atomic protocol option to allow
receive-pack to inform the client that it has
atomic push capability.

This commit makes the functionality introduced
in the previous commits go live for the serving
side. The changes in documentation reflect the
protocol capabilities of the server.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/protocol-capabilities.txt
builtin/receive-pack.c