2018-07-26 1:13 GMT+03:00 Junio C Hamano <gitster@xxxxxxxxx>: > > * ot/ref-filter-object-info (2018-07-17) 5 commits > - ref-filter: use oid_object_info() to get object > - ref-filter: merge get_obj and get_object > - ref-filter: initialize eaten variable > - ref-filter: fill empty fields with empty values > - ref-filter: add info_source to valid_atom > > A few atoms like %(objecttype) and %(objectsize) in the format > specifier of "for-each-ref --format=<format>" can be filled without > getting the full contents of the object, but just with the object > header. These cases have been optimzied by calling > oid_object_info() API. > > What's the doneness of this one? > It is ready. Thanks.