[all-commits] [llvm/llvm-project] 246f18: [docs] Move Maintainers.rst to Maintainers.md in p...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Tue Feb 10 15:15:00 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 246f18778e9c1342083bd96ad4e523a3daf1c9b1
https://github.com/llvm/llvm-project/commit/246f18778e9c1342083bd96ad4e523a3daf1c9b1
Author: Reid Kleckner <rkleckner at nvidia.com>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
A clang/Maintainers.md
R clang/Maintainers.rst
M clang/docs/CMakeLists.txt
A clang/docs/Maintainers.md
R clang/docs/Maintainers.rst
M llvm/docs/Contributing.rst
Log Message:
-----------
[docs] Move Maintainers.rst to Maintainers.md in preparation to reformat
This change intentionally produces malformatted documentation, and is
only present to ensure git detects the file rename for blame purposes.
Commit: 44f24849961630a500f76f65b047f6483f0b2024
https://github.com/llvm/llvm-project/commit/44f24849961630a500f76f65b047f6483f0b2024
Author: Reid Kleckner <rkleckner at nvidia.com>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M clang/Maintainers.md
M clang/docs/Maintainers.md
Log Message:
-----------
[clang] Convert Maintainers.md from rst to markdown
I link-ified the github usernames as well, and tried to match the LLVM
maintainer file formatting.
This move may cause issues with CMake incremental builds, but this can
be fixed by deleting the entire build director, or if you prefer to be
more targetted, just `build/tools/clang/docs`, since that will have a
stale Maintainers.rst file otherwise.
Compare: https://github.com/llvm/llvm-project/compare/d8487e4b17fe...44f248499616
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list