Date: Tue, 21 Sep 2021 10:58:12 -0700 From: John Kennedy <warlock@phouka.net> To: Stefan Parvu <sparvu@kronometrix.org> Cc: freebsd-arm <freebsd-arm@freebsd.org> Subject: Re: FreeBSD 13 source code using git clone fails Message-ID: <YUodNGxd/JGqj4rv@phouka1.phouka.net> In-Reply-To: <YUobABqlS0FTAJVM@phouka1.phouka.net> References: <F1F1C175-2E41-4597-A356-FB7B1A73A663@kronometrix.org> <597b8064-8acb-4ac4-87ff-8c609a9bc602@www.fastmail.com> <4D7433D2-C1E3-4B89-BDB5-19BCBE2D88AB@kronometrix.org> <F6F09D08-E813-44A0-9635-7836DFF1F9D7@kronometrix.org> <YUobABqlS0FTAJVM@phouka1.phouka.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 21, 2021 at 10:48:48AM -0700, John Kennedy wrote: > ... Check out the branch you're on. If your setup is defaulting to "master" (vs "main"), it'll probably show nothing. Almost correct. "main" would be BSD14/current. For BSD 13 flavors, you'd want one of these: git branch -a | grep -E '(releng|stable)/13' * stable/13 remotes/freebsd/releng/13.0 remotes/freebsd/stable/13 For example: git checkout stable/13
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YUodNGxd/JGqj4rv>