On Thu, Oct 06, 2022 at 02:33:08PM -0400, Derrick Stolee wrote: > Are you implying that you want to use the second version, that > deletes the information entirely? I'm leaning towards deleting > it. > > If not, and we should keep using traces, I do notice that the > original version of the patch uses trace_printf_key() instead > of a trace2 method. I think this is fine, too, since it's > likely only to be used by Git developers, who could look for > which type of trace to use. I think it's moot, because we're all in agreement that the code should be deleted. But... ...it is not clear to me that GIT_TRACE_* is dead for further additions. I find it delightfully simple to use, and trace2 often rather baroque and complicated, since it is aimed more at structured data, as well as storing or even transmitting data. I'm not sure if we have an overall plan there. -Peff