]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5801/git-remote-testgit
remote-testgit: adapt for object-format
authorbrian m. carlson <sandals@crustytoothpaste.net>
Fri, 19 Jun 2020 17:56:01 +0000 (17:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jun 2020 21:04:09 +0000 (14:04 -0700)
commit3716d50dd5c8ee7e5ccaa89fcbfff2cd1b82ad1d
tree58f83b36137d777fafea537111a6d8fcb84639f4
parent6161ce7bbeeb128dd1a176d8355e2ce18168b16a
remote-testgit: adapt for object-format

When using an algorithm other than SHA-1, we need the remote helper to
advertise support for the object-format extension and provide
information back to us so that we can properly parse refs and return
data. Ensure that the test remote helper understands these extensions.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5801/git-remote-testgit