]> git.ipfire.org Git - thirdparty/git.git/commit - fetch-pack.c
fetch-pack: parse and advertise the object-format capability
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 25 May 2020 19:59:07 +0000 (19:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2020 17:07:06 +0000 (10:07 -0700)
commit4b831208bb365fedd0cce286e0c27627598d9393
tree1352d07a3e380a47ae160a28a3a5cd9c99b9c1df
parent9dc78c20dc2aa5ed073a95dc35880d940658a5be
fetch-pack: parse and advertise the object-format capability

Parse the server's object-format capability and respond accordingly,
dying if there is a mismatch.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-pack.c