transport-helper: implement object-format extensions
commit8b85ee4f47aadc23c8806bff5540baf819bbde95
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 25 May 2020 19:59:03 +0000 (25 19:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2020 17:07:06 +0000 (27 10:07 -0700)
treec91bcf02f0ccf2ba686c2b62f0dde90f9b246226
parent452e35684f97be1ef3b1fa608b8ec7fbaebf18a6
transport-helper: implement object-format extensions

Implement the object-format extensions that let us determine the hash
algorithm in use when pushing or pulling data.

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