remote-curl: implement object-format extensions
commit7f60501775b2a0e0dcabb98fde3eb46fd980a8cc
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 25 May 2020 19:59:04 +0000 (25 19:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2020 17:07:06 +0000 (27 10:07 -0700)
tree19804d42200f4c2a31000af24c7f79bb019d8c74
parent8b85ee4f47aadc23c8806bff5540baf819bbde95
remote-curl: implement object-format extensions

Implement the object-format extensions that let us determine the hash
algorithm in use when pushing, pulling, and fetching.

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