Commit bacedbc
committed
[TASK] Merge TSref and TSconfig reference
mkdir temp
git clone https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TSconfig.git temp/tsconfig
tmp/replacements.txt:
regex:(\[[A-Z]+\])==>\1 styleguide:
regex:(\[[A-Z]+\].*) \(#([0-9]+)\)==>\1\n\nhttps://github.com/TYPO3-CMS/styleguide/pull/\2
regex: #([0-9]+)==> https://github.com/TYPO3-CMS/styleguide/issues/\1
cd temp/tsconfig/
git checkout -b main-moved
git filter-repo --to-subdirectory-filter Documentation/TSconfig --replace-message ../replacements.txt --refs main-moved --force
cd ../..
git remote add -f tsconfig temp/tsconfig
git fetch tsconfig
git merge --allow-unrelated-histories tsconfig/main-moved
Releases: main
(cherry picked from commit ce86ec0)1 parent 037e8d9 commit bacedbc
File tree
123 files changed
+150
-1338
lines changed- Documentation
- CodeSnippets
- Config
- PageTSconfig/Mod
- Images
- AutomaticScreenshots
- WebList
- ManualScreenshots
- Access
- AdminPanel
- BackendLayouts
- BackendUsers
- ColorPalettes
- Configuration
- Info
- List
- Page
- Template
- UserSettings
- View
- Introduction
- PageTsconfig
- Mod
- WebLayout
- _WebList
- _snippets
- TSconfig
- .ddev
- .github
- ISSUE_TEMPLATE
- workflows
- Build
- Scripts
- Documentation
- Introduction
- UserTsconfig
- _Setup
- UsingSettingTSconfig
- _PageTSconfig
- _PhpApi
- _UserTSconfig
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
123 files changed
+150
-1338
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments