Johannes Schindelin
Johannes Schindelin
This allows users to run Cygwin programs from an MSYS2 Bash even when the MSYS2 runtime version corresponds to the Cygwin runtime version used by those Cygwin programs. Incidentally, it...
It surprises new MSYS2 users no end that `ln -s` does not create symbolic links at all, but deep copies (and with an exit code indicating success!). This did not...
When starting up Fiji, we could use the status bar to share a ProTip (a la GitHub ProTips!). It would have a link that people can click, and it would...
It is my fault, really, that this repository is not forked from an official one. After a long time, I finally got around to make the correct org on GitHub...
In many circumstances (GitHub Pages, Apache configured with MultiViews, etc), web servers process URIs by appending the `.html` file extension when no file is found at the path specified by...
In my tests, it turns out that the file name of the cache file is not _exactly_ the SHA-1 of the URL, but it is the SHA-1 of the URL...
When we fixed MSYS2's automatic Unix Windows path conversion to identify and skip Git-style `:` arguments (and incidentally also scp-style `:` ones), we assumed that path lists containing relative paths...
When the connection is reset (typically by the server side), the common trick is to wait a little and then try again. But we [don't](https://github.com/git-for-windows/git-sdk-64/actions/runs/8043041758/job/21964647411#step:2:14): > ``` > Downloading single...
I cannot quite put my finger on when this started, or for that matter, what the exact conditions are when this happens, but I see a lot of these lately:...
Both [in the MSYS2 project](https://github.com/msys2/msys2-autobuild/issues/62) as well as [in the Git for Windows project](https://github.com/git-for-windows/setup-git-for-windows-sdk/pull/590#issuecomment-1420789372), automated builds on Windows/ARM64 are plagued by semi-randomly hanging `pacman` processes. @jeremyd2019 did a great job...