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]>
Adjust for more modern Git versions: we can pass `-x` as a script option (tracing only the test cases' commands, excluding the boilerplate from the test suite)
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]>
Add information about using interactive bash/gdb, plain old debug print statements.
Add `GIT_TRACE=1` technique.
Rename the page (to a much better name)