Re: [GSoC][PATCH 1/5] builtin/pack-refs: factor out core logic into a helper
From: Junio C Hamano <hidden> Date: 2025-09-03 18:20:59
Patrick Steinhardt [off-list ref] writes:
Hm, okay. I still find it puzzling if the header file for
"builtin/pack-refs.c" sits in "pack-refs.h" as it makes it very hard to
connect these two. How would you reconcile that? By moving the shared
logic into (non-"builtin/) "pack-refs.c"?
Yeah, if that is not happening, then the change is only half done, I
would think.
Thanks.