Rename mention to master branch to main (#48824)
authorViktor Hofer <viktor.hofer@microsoft.com>
Mon, 1 Mar 2021 09:09:31 +0000 (10:09 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 09:09:31 +0000 (10:09 +0100)
commit3553284bea7b650874c8dcc3f78d6be085a047bb
tree3a51d690837053601308fc58e2e352a2d635fb63
parent79ae74f5ca5c8a6fe3a48935e85bd7374959c570
Rename mention to master branch to main (#48824)
122 files changed:
.github/ISSUE_TEMPLATE/02_api_proposal.md
.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md
CONTRIBUTING.md
README.md
THIRD-PARTY-NOTICES.TXT
docs/coding-guidelines/clr-code-guide.md
docs/coding-guidelines/clr-jit-coding-conventions.md
docs/coding-guidelines/project-guidelines.md
docs/design/coreclr/botr/botr-faq.md
docs/design/coreclr/botr/corelib.md
docs/design/coreclr/botr/dac-notes.md
docs/design/coreclr/botr/exceptions.md
docs/design/coreclr/botr/garbage-collection.md
docs/design/coreclr/botr/guide-for-porting.md
docs/design/coreclr/botr/method-descriptor.md
docs/design/coreclr/botr/profilability.md
docs/design/coreclr/botr/readytorun-format.md
docs/design/coreclr/botr/readytorun-overview.md
docs/design/coreclr/botr/shared-generics.md
docs/design/coreclr/botr/stackwalking.md
docs/design/coreclr/botr/type-loader.md
docs/design/coreclr/botr/virtual-stub-dispatch.md
docs/design/coreclr/botr/xplat-minidump-generation.md
docs/design/coreclr/jit/GuardedDevirtualization.md
docs/design/coreclr/jit/JitOptimizerPlanningGuide.md
docs/design/coreclr/jit/ryujit-overview.md
docs/design/coreclr/jit/ryujit-tutorial.md
docs/design/coreclr/jit/viewing-jit-dumps.md
docs/design/features/COM-activation.md
docs/design/features/DynamicPgo.md
docs/design/features/assemblyloadcontext.md
docs/design/features/code-versioning.md
docs/design/features/framework-version-resolution.md
docs/design/features/hw-intrinsics.md
docs/design/features/native-hosting.md
docs/design/features/standalone-gc-eventing.md
docs/design/features/standalone-gc-loading.md
docs/pr-guide.md
docs/project/analyzers.md
docs/project/breaking-change-process.md
docs/project/copyright.md
docs/project/dogfooding.md
docs/project/garbage-collector-guidelines.md
docs/project/glossary.md
docs/project/issue-guide.md
docs/project/library-servicing.md
docs/project/writing-tests.md
docs/workflow/building/coreclr/cross-building.md
docs/workflow/building/libraries/README.md
docs/workflow/building/libraries/webassembly-instructions.md
docs/workflow/debugging/libraries/windows-instructions.md
docs/workflow/requirements/windows-requirements.md
docs/workflow/testing/coreclr/test-configuration.md
docs/workflow/testing/libraries/testing-android.md
docs/workflow/testing/libraries/testing-apple.md
docs/workflow/testing/using-your-build.md
docs/workflow/using-dotnet-cli.md
eng/Versions.props
eng/build.ps1
eng/build.sh
eng/native/build-commons.sh
eng/native/init-compiler-and-cmake.cmd
eng/pipelines/evaluate-changed-paths.sh
eng/regenerate-download-table.proj
src/coreclr/build-runtime.cmd
src/coreclr/crossgen-corelib.cmd
src/coreclr/jit/compiler.cpp
src/coreclr/jit/conventions.txt
src/coreclr/scripts/superpmi.py
src/coreclr/setup_vs_tools.cmd
src/coreclr/tools/Common/Compiler/Logging/MessageContainer.cs
src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/MessageContainer.cs
src/coreclr/tools/ILVerify/README.md
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunMethod.cs
src/coreclr/vm/corelib.h
src/coreclr/vm/eetoprofinterfaceimpl.cpp
src/coreclr/vm/namespace.h
src/coreclr/vm/proftoeeinterfaceimpl.cpp
src/coreclr/vm/rexcep.h
src/installer/pkg/THIRD-PARTY-NOTICES.TXT
src/installer/tests/scripts/linux-test/README.md
src/libraries/Common/src/System/Net/Http/aspnetcore/ReadMe.SharedCode.md
src/libraries/Common/tests/System/Net/Prerequisites/README.md
src/libraries/Native/Unix/System.Security.Cryptography.Native/extra_libs.cmake
src/libraries/Native/build-native.cmd
src/libraries/System.ComponentModel.Composition/mef_guide/README.md
src/libraries/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md
src/libraries/System.Diagnostics.DiagnosticSource/src/DiagnosticSourceUsersGuide.md
src/libraries/System.IO.Ports/tests/Support/TCSupport.cs
src/libraries/System.Net.Http/src/HttpDiagnosticsGuide.md
src/libraries/System.Net.Http/tests/StressTests/HttpStress/Readme.md
src/libraries/System.Net.Security/tests/StressTests/SslStress/Readme.md
src/libraries/System.Private.CoreLib/src/Internal/IO/File.cs
src/libraries/System.Private.CoreLib/src/Internal/Runtime/CompilerServices/Unsafe.cs
src/libraries/System.Private.CoreLib/src/Internal/Win32/RegistryKey.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventCounter.cs
src/libraries/System.Private.CoreLib/src/System/Number.BigInteger.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ModuleInitializerAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SuppressGCTransitionAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/Ecma335/Encoding/BlobEncoders.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/Ecma335/MetadataBuilder.Tables.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/PortablePdb/Document.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/PortablePdb/ImportScope.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/PortablePdb/LocalConstant.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/PortablePdb/LocalScope.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/PortablePdb/LocalVariable.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/PortablePdb/MethodDebugInformation.cs
src/libraries/System.Reflection.Metadata/src/System/Reflection/PortableExecutable/DebugDirectory/DebugDirectoryEntryType.cs
src/libraries/System.Reflection.Metadata/tests/Resources/README.md
src/libraries/System.Runtime/tests/TestModule/README.md
src/libraries/System.Text.Encodings.Web/tools/updating-encodings.md
src/libraries/System.Text.Json/docs/KeyConverter_spec.md
src/libraries/pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj
src/native/corehost/build.cmd
src/tests/Common/scripts/arm32_ci_script.sh
src/tests/Common/scripts/run-pmi-diffs.py
src/tests/Interop/ReadMe.md
src/tests/JIT/superpmi/runtests.sh
src/tests/build.cmd
src/tests/run.py