Re: [PATCH v3 1/7] repo: add path.toplevel with absolute and relative suffix formatting
K Jayatheerth <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <CA+rGoLes7q3rGgWL++46M5n+5FSecadAN0+4GKEK2bFPTVx3+w@mail.gmail.com> |
On Mon, Jul 27, 2026 at 2:15 PM Junio C Hamano <[email protected]> wrote: > > K Jayatheerth <[email protected]> writes: > > + 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