HEADS UP: FreeBSD src repo transitioning to git this weekend
bob prohaska
fbsd at www.zefox.net
Thu Dec 17 17:38:20 UTC 2020
On Wed, Dec 16, 2020 at 05:46:35PM -0700, Warner Losh wrote:
> The FreeBSD project will be moving it's source repo from subversion to git
> starting this this weekend. The docs repo was moved 2 weeks ago. The ports
> repo will move at the end of March, 2021 due to timing issues.
>
Which of
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
is most appropriate for a test-only source tree? It would be
nice to preserve local changes, but nothing will ever get put
(pushed?) back to the repository.
Apologies if the answer is in front of my nose!
bob prohaska
More information about the freebsd-arm
mailing list