Re: [PATCH v3 12/23] cat-file: start reusing populate_value()
From: Jeff King <hidden>
Date: 2018-02-15 05:42:09
From: Jeff King <hidden>
Date: 2018-02-15 05:42:09
On Mon, Feb 12, 2018 at 08:08:54AM +0000, Olga Telezhnaya wrote:
Move logic related to getting object info from cat-file to ref-filter. It will help to reuse whole formatting logic from ref-filter further.
This feels like another wrong-direction step, because we'd eventually expect populate_value() to be called under the hood. And I think in the end we end up back there. Which is good, but it's hard to keep track of the dead-ends here... -Peff