Re: [PATCH 01/16] path: refactor `repo_common_path()` family of functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Feb 06, 2025 at 03:17:12AM -0800, Karthik Nayak wrote:
> Patrick Steinhardt <ps@xxxxxx> writes:
> 
> [snip]
> 
> > diff --git a/path.c b/path.c
> > index 07964f5d32..273b649e00 100644
> > --- a/path.c
> > +++ b/path.c
> > @@ -414,7 +414,7 @@ static void strbuf_worktree_gitdir(struct strbuf *buf,
> >  	else if (!wt->id)
> >  		strbuf_addstr(buf, repo->commondir);
> >  	else
> > -		strbuf_git_common_path(buf, repo, "worktrees/%s", wt->id);
> > +		repo_common_path_append(repo, buf, "worktrees/%s", wt->id);
> 
> This is the only place we replace `strbuf_git_common_path` with
> `repo_common_path_append`, whereas other places it is
> `repo_common_path_replace`. I assume that is because in those places the
> buf is newly initialized.

Yes, exactly. I think that it's easier to reason about to replace
callsites with `_replace()` where we can. But I'm happy to adjust the
approach when it's putting too much of a burden on the reviewer.

Patrick




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux