On Tue, Nov 8, 2016 at 12:12 PM, Karthik Nayak <karthik.188@xxxxxxxxx> wrote: > From: Karthik Nayak <karthik.188@xxxxxxxxx> > > To allow column display, we will need to first render the output in a > string list to allow print_columns() to compute the proper size of > each column before starting the actual output. Introduce the function > format_ref_array_item() that does the formatting of a ref_array_item > to an strbuf. > Makes sense. Thanks, Jake