Getting /usr/src to match specific git hash?

Thomas Mueller mueller6722 at twc.com
Mon Jan 25 03:10:54 UTC 2021


> It is in the mini primer I wrote, along with how to bisect and other useful
> things. This will migrate into the handbook once the doc tree converts to
> asciidoc (happening this weekend).
 
> https://github.com/bsdimp/freebsd-git-docs/blob/main/mini-primer.md
 
> Warner
 
I looked at your mini-primer webpage, but can't find the answer to my question?

How cat one track multiple branches with git without keeping entirely separate trees?

I see there is a git worktree command, which can keep two or more branches in much diskspace than keeping the trees entirely separately (as I did with subversion and cvs).

In my case, I would want to be able to choose between main and stable-13 when compiling; have given up on releng-12 because of problems with ethernet and wireless drivers.

Tom



More information about the freebsd-current mailing list