> Greetings, > 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.
> The short version is that we're switching the version control we're using. > This switch will preserve much of the current FreeBSD development workflow. > After the switch, the subversion repo will become almost read-only. All > future work will be done in git, however as a transition aide we'll be > replaying the MFCs to stable/11, stable/12 and the related releng branches > for the life of those branches. > For more detailed information, please see > https://github.com/bsdimp/freebsd-git-docs/ for the current documentation. > Please see https://wiki.freebsd.org/git for the latest detailed schedule > (please note that this schedule is subject to change). Maybe my question is not directly linked with Git transition: earlier I can track commits to src tree via mailman list (svn-src-stable-12 for example) and select important commits to some parts of system or author of commit: svn commit: r368642 - stable/12/sys/amd64/vmm/io John Baldwin Now in dev-commits-src-branches list (is there a separate list for stable-12 branch for example?) I see hash and log message from commit: git: d16dac42b641 - Apply upstream fix 08968baec1122a58bb90d8f97ad948a75f8a5d69: Xin LI May change in list commit message to system part of commit, as it be ealier? _______________________________________________ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"