On Mon, Jul 27, 2026 at 2:15 PM Junio C Hamano [off-list ref] wrote:
K Jayatheerth [off-list ref] writes:
quoted
+ format_path(buf, work_tree, startup_info->prefix, PATH_FORMAT_CANONICAL);
+ return 0;
+}
I can manage to wiggle it in, of course, but I thought we lost the
'.prefix' member from 'startup_info' in the recent tip of 'master'.
Indeed.
As the topic is not targeting 'maint' as a bugfix, perhaps we want
to use a more up-to-date 'master' as the base of the topic?
Thanks.
I see Patrick has changed the prefix member to the repo struct.
Didn't notice that before!
I will use the latest master branch for v4
Regards,
- K Jayatheerth