Re: [PATCH 0/4] Use oid_object_info() instead of read_object_file()
From: Junio C Hamano <hidden> Date: 2018-07-09 22:42:25
Оля Тележная [off-list ref] writes:
Hello everyone,
This is my new attempt to start using oid_object_info_extended() in
ref-filter. You could look at previous one [1] [2] but it is not
necessary.
Yup, it sounds like a sensible thing to do to try asking object-info
helper instead of reading the whole object in-core and inspecting it
ourselves when we can avoid it.