Skip to content

History / MSYS2 Notes

Revisions

  • 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]>

    @dscho dscho committed Mar 18, 2025
  • Fix whitespace issues Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Dec 19, 2020
  • 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]>

    @dscho dscho committed Jan 20, 2016
  • Added two paragraph, one about $() syntax in PS1, and another about VIM complaining about CRLF.

    @glhez glhez committed Aug 18, 2015
  • Updated MSYS2 Notes (markdown)

    @t-b t-b committed Mar 6, 2015
  • Updated MSYS2 Notes (markdown)

    @t-b t-b committed Mar 6, 2015
  • Updated MSYS2 Notes (markdown)

    @t-b t-b committed Mar 6, 2015
  • Add the incredibly useful tip by @sschuberth about changing the colors in mintty. While at it, convert the enumeration into sections

    @dscho dscho committed Mar 4, 2015
  • Describe how to print out the incoming environment

    @dscho dscho committed Mar 3, 2015
  • Added new page to gather problems and solutions with msys2

    @nalla nalla committed Feb 27, 2015