[lldb-dev] [llvm-dev] Renaming The Default Branch
Martin Storsjö via lldb-dev
lldb-dev at lists.llvm.org
Mon Dec 7 00:12:32 PST 2020
Hi,
On Sun, 6 Dec 2020, Mike Edwards via llvm-dev wrote:
> The change to the default branch setting has been completed. The new
> default branch for the llvm-project is now 'main'. Pushes to the 'master'
> branch will no longer be accepted. Please update your workflow to use the
> new 'main' branch. Thank you for your patience and cooperation during this
> process. I hope everyone has a nice, productive day.
I just pushed a patch to the new main branch, and I've noticed these
issues:
- The master branch isn't updated to reflect this. Afaik it was supposed
that the master branch, while read only, would still receive updates until
it's being discontinued - or did I misunderstand that bit?
- Phabricator doesn't seem to pick up on commits to master, and doesn't
autoclose reviews based on pushed patches. I guess this would be fixed by
either making it track the main branch, or if new commits are mirrored
into the previous branch until Phabricator is switched?
// Martin
More information about the lldb-dev
mailing list