"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: tog: avoid got_repo_map_path() in worktree
To:
Christian Weisgerber <naddy@mips.inka.de>
Cc:
gameoftrees@openbsd.org
Date:
Sat, 14 Nov 2020 14:19:37 +0100

Download raw body.

Thread
On Sat, Nov 14, 2020 at 12:54:36PM +0100, Christian Weisgerber wrote:
> Stefan Sperling:
> 
> > If tog can resolve an in-repository path via a work tree, do not use
> > got_repo_map_path(). This matches what got now does as well.
> 
> ok
> 
> And with that, all remaining callers set the check_disk parameter
> to 1, so it can be garbarge-collected.

Thanks, all done.