> * 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? > I fixed all known issues, I hope we can move forward with it. Thank you!