From: Jonathan Corbet Date: Tue, 9 Sep 2025 19:40:35 +0000 (-0600) Subject: Merge branch 'renames' into docs-mw X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d0dbf6e04264fce79de0dd99272949be75ac950;p=thirdparty%2Fkernel%2Fstable.git Merge branch 'renames' into docs-mw From Vegard Nossum: When we rename an .rst file, that also changes the URL for the document at https://docs.kernel.org/ and results in a 404, which can be anonying for people who bookmark URLs and/or follow links from search engines and old changelogs and emails. In order to be able to fearlessly rename individual documentation files and reorganize Documentation/, add two scripts: - tools/docs/gen-renames.py : use git to figure out which .rst files have been renamed - tools/docs/gen-redirects.py : actually generate .html stubs for the locations, redirecting to the new locations The reason for splitting this into two is that trawling git history is slightly slow (on the order of 20-30 seconds on my laptop) whereas just generating the HTML files is very fast. This also allows us to cache the historical renames in Documentation/.renames.txt or add manual fixups as needed. --- 2d0dbf6e04264fce79de0dd99272949be75ac950