From: Thomas Adam Subject: Re: got regress: set inital branch to 'master' To: gameoftrees@openbsd.org Date: Thu, 30 Sep 2021 10:20:20 +0100 On Thu, Sep 30, 2021 at 10:27:48AM +0200, Stefan Sperling wrote: Hi, > On Wed, Sep 29, 2021 at 09:11:36PM +0100, Thomas Adam wrote: > > On Wed, Sep 29, 2021 at 09:03:56PM +0200, Stefan Sperling wrote: > > > fundamental assumptions Git makes about its own repository format. We > > > can rely on those assumptions, hoping they won't change in a way that > > > would break Got as it has been implemented. > > > > Either way works for me. > > > > Kindly, > > Thomas > > I realized my sed expression won't work in case users have changed their > global git config to use yet another name, such as 'trunk' or 'devel'. > So we must use an even simpler approach: Yes. This is also fine. Kindly, Thomas