]> git.ipfire.org Git - thirdparty/git.git/commit
fetch-object-info: parse type from server response
authorPablo Sabater <pabloosabaterr@gmail.com>
Fri, 31 Jul 2026 19:49:37 +0000 (21:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 22:02:10 +0000 (15:02 -0700)
commita86074c022b93c7dc29453ebdca457075e08bc70
treefa6347e04a849584f5ab6a3b96f88b193a370e47
parent1d8f803eaaa233814209ede881f8257a1ef3a75c
fetch-object-info: parse type from server response

The server can handle type requests but does not advertise the
capability yet. Prepare the client to know how to parse the server
response once the server advertises the capability.

Mentored-by: Karthik Nayak <karthik.188@gmail.com>
Mentored-by: Chandra Pratap <chandrapratap3519@gmail.com>
Signed-off-by: Pablo Sabater <pabloosabaterr@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-object-info.c