Re: [PATCH 03/16] list-files: show paths relative to cwd
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:04:10
Duy Nguyen [off-list ref] writes:
Exactly. We would need to sort and stuff later on, so true filenames are preserved in util->item. A cleaner way is perhaps carry all metadata in item->util and item->string remains true filename, then do all the formatting, coloring for all strings just before displaying.
I guess we are then in agreement with my review comment on [04/16]. Thanks.