Re: [PATCH 3/6] ref-filter: Expose wrappers for ref_item functions

2016-09-22 Thread Junio C Hamano
santi...@nyu.edu writes: > From: Lukas P > > Ref-filter functions are useful for printing git object information > without a format specifier. However, some functions may not want to use > a complete ref-array, and just a single item instead. Expose > create/show/free

[PATCH 3/6] ref-filter: Expose wrappers for ref_item functions

2016-09-22 Thread santiago
From: Lukas P Ref-filter functions are useful for printing git object information without a format specifier. However, some functions may not want to use a complete ref-array, and just a single item instead. Expose create/show/free functions for ref_array_items through