We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Replace all page contents with links to the new location This trick was performed via: git ls-files \*.md | while read f do pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59 url=https://gitforwindows.org/${f%.md} echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f" done There are two pages where this does not make sense, `0.-Index` and `_Footer`, which will be handled in the next commit. Signed-off-by: Johannes Schindelin <[email protected]>
Updated Building msys2 runtime (markdown)
Adjust for the currently-used main branch name Signed-off-by: Johannes Schindelin <[email protected]>
Fix idiom
Fix another tyop
Case typo
Use the new homepage consistently We now use the domain gitforwindows.org, which is much easier to remember and quicker to type. Signed-off-by: Johannes Schindelin <[email protected]>
We also need to install msys2-devel!
Use the preferred spelling of the MSYS2 project While it does not make sense to pretend that the project name is a four-letter acronym (it really stands for "Minimal System"), it is definitely not worth an issue to fight over. We have much bigger fish to fry. Signed-off-by: Johannes Schindelin <[email protected]>
removed Unicode word joiners (U+2060)
Remove strange character
Rename the 'net' installer into 'SDK' installer Much better to state the purpose than the means to achieve it. Signed-off-by: Johannes Schindelin <[email protected]>
Move the "rebuilding msys2-runtime" instructions from the "Package management" page, where they did not belong in the first place.
The net installer already installs an empty `MSYS2-packages` repository; it just has to be initialized.
It was pointed out by the MSys2 maintainer that the best way to start compiling MSys2 packages is to install `base-devel`
Use the home page's SDK link consistently.
Add step to change directory.
Initial build instructions to build the msys2-runtime