Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 653 Bytes

File metadata and controls

22 lines (17 loc) · 653 Bytes

git merge v3.34.0 --no-commit --no-ff

git rm -rf tracer git rm -rf profiler/src/Demos/ git rm -rf shared/src/Datadog.Trace.ClrProfiler.Native git rm -rf shared/test git rm -rf .azure-pipelines git rm -rf .gitlab git rm -rf docs git rm -rf profiler/test git rm -rf profiler/src/Tools

git rm -rf build/cmake/FindSpdlog.cmake git rm -rf shared/src/native-lib/spdlog git rm -rf build/cmake/FindManagedLoader.cmake

git status --porcelain | grep '^DU ' | cut -c4- | xargs git rm -f

git status --porcelain | grep '^A ' | grep .github | cut -c4- | xargs git rm -f